-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[ML] Calendars : Allow calendar to apply to all jobs #45013
Labels
Comments
Pinging @elastic/ml-core |
benwtrent
added a commit
that referenced
this issue
Feb 20, 2020
benwtrent
added a commit
to benwtrent/elasticsearch
that referenced
this issue
Feb 20, 2020
This adds `_all` to Calendar searches. This enables users to supply the `_all` string in the `job_ids` array when creating a Calendar. That calendar will now be applied to all jobs (existing and newly created). Closes elastic#45013
benwtrent
added a commit
that referenced
this issue
Feb 20, 2020
This adds `_all` to Calendar searches. This enables users to supply the `_all` string in the `job_ids` array when creating a Calendar. That calendar will now be applied to all jobs (existing and newly created). Closes #45013 Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Allow a ML calendar to apply to all ML jobs defined in the system.
Currently, calendars have lists of jobs and/or groups that the calendar applies to. There are some situations where the calendar should apply to all ML jobs. There is no mechanism for this. It is possible to put all jobs into a default group and attach that to the calendar, but there is an administrator overhead to making sure all new jobs are put in this group.
Some brief discussion in the forum: https://discuss.elastic.co/t/calendar-events-and-machine-learning-jobs/191678
The text was updated successfully, but these errors were encountered: