Skip to content
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

Closed
tazbert opened this issue Jul 30, 2019 · 1 comment · Fixed by #50372
Closed

[ML] Calendars : Allow calendar to apply to all jobs #45013

tazbert opened this issue Jul 30, 2019 · 1 comment · Fixed by #50372
Labels
>enhancement :ml Machine learning

Comments

@tazbert
Copy link

tazbert commented Jul 30, 2019

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

@markharwood markharwood added :ml Machine learning >enhancement labels Jul 31, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core

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
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
Labels
>enhancement :ml Machine learning
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants