-
Notifications
You must be signed in to change notification settings - Fork 7
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
Create documents based on pre-built rules in Kibana #125
Comments
Note: in If necessary, the version of the If wanting to fetch via Sample route to return the And of course, can always fetch the latest directly from the detection-rules repo as well. Please reach out if you have any question, happy to help! 🙂 |
Thanks for the heads up, my idea was to use the Kibana API to fetch the rules. |
@spong, @charlie-pichette I see that before the above API can find any rule the prebuilt ones need to be loaded from UI. Is it acceptable for Geneve to not be able to load any rule before they are loaded by the user? |
@cavokz - there's no need to hit the UI to install the prebuilt rules, they can be installed via the API for any given space using the
That said, I think it is acceptable for Geneve to not have to load the prebuilt rules. A nice to have maybe, but seems fine to rely on the user to install them within Kibana. |
There have been requests from a couple teams to have Geneve generate documents that will trigger alerts based on the pre-built rules in Kibana. This would enable developers to create documents that will result in a specific alert being created, or multiple alerts being created.
This enhancement would assist the development teams in designing, building and testing new features.
The text was updated successfully, but these errors were encountered: