Save Log Data to InfluxDB

We save traffic log which saved in elasticsearch and will export every log to influxdb with fields as tag set and response time as field. However we face that if 2 traffic log was in the same timetamp, the data will be replaced.
If there any suggestion for us to keep all traffic log in influxdb?
We had try to save trasaction serial number (unique number) as tag to avoid data replacement, but it will make the series number exceed 1 million and worse the performation of influxdb.

1 Like