How to give one week timeframe to rules ? #708
-
Hi I am making a rule of flatline to find if events are less than certain number in one week time frame, Currently I am using timeframe hours, Is there any way where I can automate the date process like "current date to current date + 7 "???`name: Flatline_apnews #The time period that must contain less than threshold events. filter:
alert:
|
Beta Was this translation helpful? Give feedback.
Answered by
jertel
Feb 15, 2022
Replies: 1 comment 4 replies
-
It's already automated; You don't have to specify the current date since it will automatically use the current date/time and look backwards 168 hours to see if enough events occurred. Instead of
you can use
Perhaps you could clarify your question? |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
iamrahulramesh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's already automated; You don't have to specify the current date since it will automatically use the current date/time and look backwards 168 hours to see if enough events occurred. Instead of
you can use
Perhaps you could clarify your question?