Time filter for the current day #1736
Replies: 1 comment
-
|
Not really. ElastAlert 2's core is responsible for managing time. It records where it left off, and runs the next rule cycle based on that timing data. You can tweak the size of the search window using buffers and offsets but I don't believe there's anything that currently provides clean day boundaries. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm writing a custom rule, inheriting from MetricAggregation.
I need to receive aggregated indicators for the current day every 10 minutes.
I'm using a filter, but it's being ignored. The request to elastic uses a range of 10 minutes.
Is it possible to obtain data for the current day?
Beta Was this translation helpful? Give feedback.
All reactions