Hello everyone!
Looking at the detections for a specific rule, it gives you back only a specific timeframe, like last months or so.
I cannot set any other specific time window for the search, nor filters on other fields.
A couple of examples:
- I see a rule has been triggered like 100 times in January (3 months ago), I see notghing at all.
- I am checking a draft rule with more than 10.000 detection, need to focus on a specific day. I can't, because that day is outside the first 10.000 shown in the panel
Is it just me missing some peculiar button or function? Shouldn't be possible to "search" on the detections as we do on the events?
A
Solved! Go to Solution.
An example:
$rule_name = detection.detection.rule_name
match:
$rule_name
outcome:
$log_types = array_distinct(detection.collection_elements.references.event.metadata.log_type)
$count = count(detection.id)
order:
$count desc