-
Notifications
You must be signed in to change notification settings - Fork 25.2k
remove old doc placeholder and migrate ilm docs to top-level #34615
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
Merged
Merged
Changes from 13 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
3a7f1f4
remove old doc placeholder and migrate ilm docs to top-level
talevy a83a464
add xpack-basic role
talevy 5f3541f
migrate cleanup of ILM to ESRestTestCase
talevy a3c851a
Merge remote-tracking branch 'upstream/index-lifecycle' into ilm-move…
talevy d8278fa
move new start-stop ilm docs to new dir
talevy 798abab
cleanup exception handling in policyremoval
talevy 03defff
fix get_status snippet
talevy 71ac18b
Merge remote-tracking branch 'upstream/index-lifecycle' into ilm-move…
talevy a6b9af8
fix policy cleanup exception handling
talevy 3a28734
add proper x-pack testenv to start-stop-ilm
talevy 5bc8f27
Merge remote-tracking branch 'upstream/index-lifecycle' into ilm-move…
talevy 870655e
add version guard for cleanup with nodes < 6.6
talevy 020171c
Revert "add version guard for cleanup with nodes < 6.6"
talevy 5fd6da2
Merge remote-tracking branch 'upstream/index-lifecycle' into ilm-move…
talevy 4403e3f
Merge remote-tracking branch 'upstream/index-lifecycle' into ilm-move…
talevy c64b5b7
remove exception handling around GET _ilm
talevy c3538ab
add back exception handling for GET if ILM is not enabled
talevy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
.../get-index-lifecycle-information.asciidoc → .../get-index-lifecycle-information.asciidoc
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[role="xpack"] | ||
[[get-index-lifecycle-information]] | ||
== Get index lifecycle information | ||
|
||
|
1 change: 1 addition & 0 deletions
1
.../docs/en/ilm/getting-started-ilm.asciidoc → ...eference/ilm/getting-started-ilm.asciidoc
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[role="xpack"] | ||
[[getting-started-index-lifecycle-management]] | ||
== Getting started with {ilm} | ||
|
||
|
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
2 changes: 2 additions & 0 deletions
2
...s/en/ilm/set-up-lifecycle-policy.asciidoc → ...ence/ilm/set-up-lifecycle-policy.asciidoc
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[role="xpack"] | ||
[testenv="basic"] | ||
[[set-up-lifecycle-policy]] | ||
== Set up {ilm} policy | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
x-pack/docs/en/ilm/start-stop-ilm.asciidoc → docs/reference/ilm/start-stop-ilm.asciidoc
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[role="xpack"] | ||
[testenv="basic"] | ||
[[start-stop-ilm]] | ||
== Start And Stop {ilm} | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
...s/en/ilm/update-lifecycle-policy.asciidoc → ...ence/ilm/update-lifecycle-policy.asciidoc
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[role="xpack"] | ||
[testenv="basic"] | ||
[[update-lifecycle-policy]] | ||
== Update lifecycle policy | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
...s/en/ilm/using-policies-rollover.asciidoc → ...ence/ilm/using-policies-rollover.asciidoc
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[role="xpack"] | ||
[testenv="basic"] | ||
[[using-policies-rollover]] | ||
== Using policies to manage index rollover | ||
|
||
|
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
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
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
Empty file.
Empty file.
Empty file.
63 changes: 0 additions & 63 deletions
63
...re/src/test/java/org/elasticsearch/xpack/core/indexlifecycle/ILMRestTestStateCleaner.java
This file was deleted.
Oops, something went wrong.
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
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
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
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
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.
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.
this is caught here because of #34881
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.
Maybe add a comment referencing the issue and your intention to remove this once it is fixed. That'd be nice for someone reading the code after the fact I think.