-
Notifications
You must be signed in to change notification settings - Fork 517
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
FIX: steno multiple thread collision #7412
Comments
Thanks Doug. I've actually implemented this locally but my nsm filled up because of the issue below (I am aware this is an unsupported config): I had patched steno's |
Not sure how you're building the rpm referenced in |
Fork that includes what I did to get https://github.com/jtgreen-cse/securityonion/tree/jtgreen-cse-patch-1 |
I've compiled |
Thanks for the updates @jtgreen-cse ! We'll take a look as time allows. |
2.4 has the option to run multiple steno threads pointing to different locations. |
Originally posted by @jtgreen-cse in #7372
I'd like to use more than one thread with steno. My storage performs better if multiple processes are writing to it. I've added:
to
global.sls
. Things work well for a while until eventually I get this instenographer.log
:I'm going to guess that:
#5911 (review)
is still a thing? May I suggest salt create separate folders for each thread so that they don't clobber each others files. I didn't create an issue since steno threads probably aren't ready for prime time. Just letting you know that there's at least one person waiting for it :)
The text was updated successfully, but these errors were encountered: