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

Stanzas from separate sources with duplicate names do not generate [BUG] #378

Open
jmeixensperger opened this issue Apr 15, 2020 · 0 comments
Assignees
Labels
bug Malfunctioning Eventgen due to potential bug

Comments

@jmeixensperger
Copy link
Contributor

jmeixensperger commented Apr 15, 2020

Describe the bug
When generating data with multiple eventgen.conf files, if the conf files contain the same stanza name, only 1 stanza gets used. This can occur easily if we re-use bundles across sources/configs.

To Reproduce

  1. Copy bundles to separate TAs:
    stanzaBug2.tar.gz
    stanzaBug1.tar.gz
  2. Add 'myIndex1' and 'myIndex2' indices
  3. Enable eventgen and look at data ingested in both indices

Expected behavior
Both conf files get picked up and data is ingested in both indices

Actual behavior
Only 1 stanza is used and data is ingested in 1 index

Do you run eventgen with SA-eventgen?
Yes

@jmeixensperger jmeixensperger added the bug Malfunctioning Eventgen due to potential bug label Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Malfunctioning Eventgen due to potential bug
Projects
None yet
Development

No branches or pull requests

5 participants