-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The module does not seem to work with a flatline rule.
Situation
- I have the following rule:
name: myFlatlineRule
description: sends alert when a flatline occured in my log
index: myIndex-*
type: flatline
timeframe:
minutes: 5
threshold: 1
filter:
- term:
fields.metadata.code.keyword: 'MY_LOG_CODE'
realert:
minutes: 1
start_time: '5:00' # 7:00 Europe/Paris
end_time: '20:00' # 22:00 Europe/Paris
drop_if: "outside"When this is triggered, an alert is sent to my slack channel.
- With the logs (timezone:
Europe/Paris):
We can see that a flatine exists between 00:10 and 05:00 (Europe/Paris).
- In my slack channel:
The first alert starts at 00:25 and the last one is sent at 05:01 (Europe/Paris).
Expected behavior
No alert should be sent between 22:00 and 7:00 (Europe/Paris).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
