Below is the English translation:
In Kibana, we trigger alerts for logs imported from external sources using the rule below.
While manual execution detects all matching logs without any issue, scheduled execution fails to detect some of them.
Specifically,
- During one time period, every matching log is alerted.
- During another time period, none of the matching logs are alerted.
This situation suggests that some time-related factor may be involved.
If anyone has experienced a similar issue or has any ideas about possible causes and solutions, please share your insights.
[Rule Settings]
Rule Definition
- Index Pattern: logs-xxx-default
- EQL Query: any where threat.field1 == "1"
- Rule Type: Event Correlation
- Timeline Template: None
Scheduled Execution Interval
- Execution Interval: 5m
- Additional Lookback Time: 1m
If additional information is needed, I will provide it.
Thank you very much.