-
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
Rename ILM, ILM endpoints and drop _xpack #32564
Rename ILM, ILM endpoints and drop _xpack #32564
Conversation
For a new feature like index lifecycle we will go without this extra layer of indirection. This commit replaces all /_xpack/index_lifecycle/_(\S+) endpoints by /_index_lifecycle/$1 endpoints.
Pinging @elastic/es-core-infra |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ecycle-underscore-x-pack * elastic/index-lifecycle: Make index.lifecycle.name setting internal (elastic#32518)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM although I thought the settings in LifecycleSettings would change too. Can be done as a follow up
The builds pass for me so I am pushing this:
|
Yes I would pick this up in a follow up because this PR was getting too large. |
This commit does the following: - renames index-lifecycle plugin to ilm - modifies the endpoints to ilm instead of index_lifecycle - drops _xpack from the endpoints - drops a few duplicate endpoints
This commit does the following: