-
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
Add "limit_execution" parameter in rule config #161
Comments
Related: would be great to have a per rule configuration for run_every parameter. |
@adrienyhuel @kklemen It is recognized that limit_execution has the following settings. Is there any?
Do you feel that the input fields and default values for Minute, Hour, Day, Month, and Week are all "*"? |
Yes, limit_execution seem to be a cron syntax. The default value should be None, in order to not activate this function. For UI, basic string could be OK, as most of us understand crontab syntax. |
thank you for your answer. I didn't know vue-cron-editor. We are planning to add a setting screen using vue-cron-editor. |
Is there any problem with the following feeling? If there is no problem, it will be released at the time of 1.8.0 release. |
@nsano-rururu that looks great ! |
Praeco has released a new docker image. 1.8.0 |
@nsano-rururu we're going to test it asap |
Close once. Please reopen if there is a problem. |
Since you pulled elastalert from yelp/master, there is an useful feature included in elastalert : we can limit rule execution time with a cron expression (ie : by example, make a rule run only during working hours).
See : Yelp/elastalert#492
Can you add a input box in preaco, where we can set this parameter in rule config ("limit_execution") ?
The text was updated successfully, but these errors were encountered: