splunk / eventgen

Splunk Event Generator: Eventgen
Apache License 2.0
380 stars 179 forks source link

fixed bug #269 #270

Closed Yangxulight closed 5 years ago

Yangxulight commented 5 years ago

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.