Rename ILM, ILM endpoints and drop _xpack#32564
Merged
jasontedor merged 4 commits intoelastic:index-lifecyclefrom Aug 2, 2018
Merged
Rename ILM, ILM endpoints and drop _xpack#32564jasontedor merged 4 commits intoelastic:index-lifecyclefrom
jasontedor merged 4 commits intoelastic:index-lifecyclefrom
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.
Collaborator
|
Pinging @elastic/es-core-infra |
…ecycle-underscore-x-pack * elastic/index-lifecycle: Make index.lifecycle.name setting internal (elastic#32518)
colings86
approved these changes
Aug 2, 2018
Contributor
colings86
left a comment
There was a problem hiding this comment.
LGTM although I thought the settings in LifecycleSettings would change too. Can be done as a follow up
Member
Author
|
The builds pass for me so I am pushing this: |
Member
Author
Yes I would pick this up in a follow up because this PR was getting too large. |
jasontedor
added a commit
that referenced
this pull request
Aug 17, 2018
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
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit does the following: