Hi,
I am using Splunk 9.4.1 and eventgen 8.1.2. In my sample file to generate events I have multiple events in the same sample file.
Sample file:
key1={val_1};key2={val2} - Event 1
key1={val_1;key2={val2} - Event 2 in next line
Now I need to generate a replacement value, any random GID and replace both val_1 in both the events with the same GID. That is I need to share this. But currently splunk eventgen is not sharing the value but a for each event within the file a new value is being generated.