elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.12k forks source link

[ Security Solution ] Create a Rule Overview page with built-in visualizations to improve Rule Management #190756

Open leandrojmp opened 3 weeks ago

leandrojmp commented 3 weeks ago

Describe the feature:

Create an overview page with metrics and information about the installed rules on the cluster.

The metrics would be things like:

Currently even filtering those things are not possible to do in the rules management page and keep track of the rules is become something more and more complicated.

Describe a specific use case for the feature:

Besides the normal use case of management the rules and keep tracking of what we have in the cluster, it is pretty common to get answers from management and even external audit about our detection rules.

For example, the following questions cannot be answered just by looking somewhere in Kibana:

One workaround is to use specific tags in each rule and filter by tags in the rules management page, but this is far from ideal since the filtering in the rules management page is not good, if you filter by 2 tags, it will be an AND not an OR, and also you need to keep scrolling to find the tags.

Another workaround, which we are using, is to use the Kibana detection rules API to extract the rules, parse it, and index in a specific index so you can create dashboards with the information you need.

I think that having a Rule Overview page is something that should be a core feature of the Security Solution.

elasticmachine commented 3 weeks ago

Pinging @elastic/security-detection-rule-management (Team:Detection Rule Management)

approksiu commented 3 weeks ago

Thanks for the issue @leandrojmp, this is aligned with our roadmap