-
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
Watcher Template Registry attempts putting policy when ILM is disabled #38805
Labels
>bug
:Data Management/ILM+SLM
Index and Snapshot lifecycle management
:Data Management/Watcher
v7.0.0-rc1
v7.2.0
v8.0.0-alpha1
Comments
talevy
added
>bug
v7.0.0
:Data Management/ILM+SLM
Index and Snapshot lifecycle management
:Data Management/Watcher
v8.0.0
v7.2.0
labels
Feb 12, 2019
Pinging @elastic/es-core-features |
11 tasks
Note: Monitoring integration tests use a
|
dakrone
added a commit
to dakrone/elasticsearch
that referenced
this issue
Feb 21, 2019
Without this, when creating the watch history indices they complain about there being no such setting as `index.lifecycle.name`. Relates to elastic#38805
dakrone
added a commit
that referenced
this issue
Feb 22, 2019
Without this, when creating the watch history indices they complain about there being no such setting as `index.lifecycle.name`. Relates to #38805
dakrone
added a commit
that referenced
this issue
Feb 22, 2019
Without this, when creating the watch history indices they complain about there being no such setting as `index.lifecycle.name`. Relates to #38805
dakrone
added a commit
that referenced
this issue
Feb 22, 2019
Without this, when creating the watch history indices they complain about there being no such setting as `index.lifecycle.name`. Relates to #38805
weizijun
pushed a commit
to weizijun/elasticsearch
that referenced
this issue
Feb 22, 2019
Without this, when creating the watch history indices they complain about there being no such setting as `index.lifecycle.name`. Relates to elastic#38805
weizijun
pushed a commit
to weizijun/elasticsearch
that referenced
this issue
Feb 22, 2019
Without this, when creating the watch history indices they complain about there being no such setting as `index.lifecycle.name`. Relates to elastic#38805
dakrone
added a commit
to dakrone/elasticsearch
that referenced
this issue
Feb 22, 2019
When ILM is disabled and Watcher is setting up the templates and policies for the watch history indices, it will now use a template that does not have the `index.lifecycle.name` setting, so that indices are not created with the setting. This also adds tests for the behavior, and changes the cluster state used in these tests to be real instead of mocked. Resolves elastic#38805
dakrone
added a commit
that referenced
this issue
Feb 26, 2019
…#39325) When ILM is disabled and Watcher is setting up the templates and policies for the watch history indices, it will now use a template that does not have the `index.lifecycle.name` setting, so that indices are not created with the setting. This also adds tests for the behavior, and changes the cluster state used in these tests to be real instead of mocked. Resolves #38805
dakrone
added a commit
to dakrone/elasticsearch
that referenced
this issue
Feb 26, 2019
…elastic#39325) When ILM is disabled and Watcher is setting up the templates and policies for the watch history indices, it will now use a template that does not have the `index.lifecycle.name` setting, so that indices are not created with the setting. This also adds tests for the behavior, and changes the cluster state used in these tests to be real instead of mocked. Resolves elastic#38805
dakrone
added a commit
to dakrone/elasticsearch
that referenced
this issue
Feb 26, 2019
…elastic#39325) When ILM is disabled and Watcher is setting up the templates and policies for the watch history indices, it will now use a template that does not have the `index.lifecycle.name` setting, so that indices are not created with the setting. This also adds tests for the behavior, and changes the cluster state used in these tests to be real instead of mocked. Resolves elastic#38805
This was referenced Feb 26, 2019
dakrone
added a commit
that referenced
this issue
Feb 27, 2019
…#39420) Backport of #39325 When ILM is disabled and Watcher is setting up the templates and policies for the watch history indices, it will now use a template that does not have the `index.lifecycle.name` setting, so that indices are not created with the setting. This also adds tests for the behavior, and changes the cluster state used in these tests to be real instead of mocked. Resolves #38805
dakrone
added a commit
that referenced
this issue
Feb 27, 2019
…#39421) Backport of #39325 When ILM is disabled and Watcher is setting up the templates and policies for the watch history indices, it will now use a template that does not have the `index.lifecycle.name` setting, so that indices are not created with the setting. This also adds tests for the behavior, and changes the cluster state used in these tests to be real instead of mocked. Resolves #38805
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
>bug
:Data Management/ILM+SLM
Index and Snapshot lifecycle management
:Data Management/Watcher
v7.0.0-rc1
v7.2.0
v8.0.0-alpha1
Watcher bootstraps its template/ILM-policy at startup.
Even when ILM is disabled, it attempts to insert its policy.
This will fail because ILM endpoints are not registered when
ILM is disabled.
Here is a stack tracing the issue:
The text was updated successfully, but these errors were encountered: