I want to check the number of detections for a specific custom rule on the native dashboard.
I was able to create a dashboard that shows the number of detections for all rules for each user, but I am unable to create a dashboard that shows the number of detections for only a specific rule for each user.
In that example, you’re creating a variable called rule_name and setting that to test. You would want instead to set detection.detection.rule_name = “test”.
Is there something that needs activation in order to use detection.detection.* and detection.collection_elements.references.* values in order to gather info about custom rules using siem search? i am not able to find an equivalent on my instance.
Is there something that needs activation in order to use detection.detection.* and detection.collection_elements.references.* values in order to gather info about custom rules using siem search? i am not able to find an equivalent on my instance.
Even i found this issue when i wanted to search through detection.* data using SIEM search interface.
In that example, you’re creating a variable called rule_name and setting that to test. You would want instead to set detection.detection.rule_name = “test”.