Closed Yangxulight closed 5 years ago
Since it is using 10 servers to generate the backfill data, it is hard to keep the data generation speed as well as time sent to indexer on the same path. Currently I do not have very good solution for this. @lephino @arctan5x , any comment?
Describe the bug Event timestamp is not sequential on backfill events
To Reproduce
Expected behavior Events that sent to splunk should be timestamp sequential.
Actual behavior Use this spl to search bucket information: "| dbinspect index=main | table bucketId startEpoch endEpoch". The buckets startEpoch for one index demonstrate that the events timestamp was not sequential.