Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE/IMPROVEMENT] persists incremental value between splunk restart #417

Open
lmnogues opened this issue Nov 3, 2020 · 0 comments
Open
Assignees
Labels
enhancement Feature enhancement requests

Comments

@lmnogues
Copy link

lmnogues commented Nov 3, 2020

I'm using eventgen on a active development platform which needs to be restarted often.
We have data simulated from a BDD with incremental Ids.
It would be great to have a "persistance" of the offset between each eventgen run
Currently when splunk restarts, eventgen increments restart at the "replacement" value set in the conf.
something like a "persistance" option would be great :

[my_bdd]
index = idx_bdd
count = 10
mode = sample
interval= 30
autotimestamp = true
sourcetype = st_my_bdd
source = my_bdd
token.0.token = "ID":(\d+)
token.0.replacementType = integerid
token.0.replacement = 0
token.0.persistance = true
@lmnogues lmnogues added the enhancement Feature enhancement requests label Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature enhancement requests
Projects
None yet
Development

No branches or pull requests

4 participants