-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not select a Timeframe in any other option than "count". #588
Comments
Also in the first rule, in the yaml file it makes a field: |
If yaml is not generated according to the specifications, we will consider fixing it, but Praeco is only a function to generate yaml to be used with elastalert2 with a GUI, and yaml operation is not supported. |
If you read the documentation, you should understand that the timeframe setting is not a setting used by all rule types. Why not start by researching it yourself? |
I think the related source code is the following three. I think the first file is the screen display file. |
showForTheLast Display conditions for showForTheLast |
The following condition 941 is incorrect. It seems that it will be displayed if you modify the following so that it is true. |
The correct move is for buffer_time to be configurable in metric_aggregation. |
current
after
current
after
current
after
|
after
|
The fixes have been identified and will be included in the next update, 1.8.17. |
Awesome. Thank you so much. |
1.8.17 released. Contains corrections. |
Image versions:
praecoapp/praeco:1.8.16
praecoapp/elastalert-server:20231017
When choosing "count" option:
you can choose the timeframe "for the last" x minutes.
However, if you choose anything other than "count", for example "average", you can not choose the timeframe:
Also, notice that "is above" is showing double.
The text was updated successfully, but these errors were encountered: