-
Notifications
You must be signed in to change notification settings - Fork 298
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
Splunk saved search expert bot #1666
Conversation
I have no idea how to test this functionality without a Splunk instance filled with live data, so there are currently no tests. |
Add a parameter `overwrite` to the Splunk expert bot, having the same semantics as the `overwrite` argument to intelmq.message.Message.add().
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a link to Splunk documentation on saved searches to the bot docs
I have no idea how to test this functionality without a Splunk instance filled with live data, so there are currently no tests.
Yeah, that would be tricky I guess.
Added. Note that the documentation is headlined "reports", and only mentions saved searches in passing. The terminology it uses is unclear, but a report is a presentation of the result of a saved search, with an optional schedule for running the saved search periodically. |
If an event arrives which lacks one of the fields set as a search parameter, log this as a warning and send the message on unmodified.
Since this makes duplicate results impossible, disallow any other processing instructions for duplicates.
Thank you very much again! :) |
An expert bot that enriches events based on Splunk saved searches.