When I debug on this bug, I saw the variable index_list in eventgesamples.py was shared by each sample, which is not make sense(each sample should keep a new one).
Then I just put the parse result into the "extendIndexes" and it fixed that bug. https://github.com/splunk/eventgen/issues/269.
When I debug on this bug, I saw the variable
index_list
in eventgesamples.py was shared by each sample, which is not make sense(each sample should keep a new one). Then I just put the parse result into the "extendIndexes" and it fixed that bug. https://github.com/splunk/eventgen/issues/269.