Skip to content

Commit

Permalink
Add guide for using ILM with existing indices (#43667)
Browse files Browse the repository at this point in the history
In many cases, including migration from previous versions of data
shippers (e.g. Beats), it is useful to use ILM to manage historical
indices, which are no longer being written to. This commit adds a guide
which gives an example of how to do that.
  • Loading branch information
gwbrown authored Aug 5, 2019
1 parent c26f850 commit 277033a
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/docs/reindex.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ POST _reindex
// CONSOLE
// TEST[setup:twitter]


[[reindex-scripts]]
Like `_update_by_query`, `_reindex` supports a script that modifies the
document. Unlike `_update_by_query`, the script is allowed to modify the
document's metadata. This example bumps the version of the source document:
Expand Down
Loading

0 comments on commit 277033a

Please sign in to comment.