Skip to content

Commit 7dd633f

Browse files
committed
Add guide for using ILM with existing indices (elastic#43667)
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.
1 parent 4c23623 commit 7dd633f

File tree

3 files changed

+419
-1
lines changed

3 files changed

+419
-1
lines changed

docs/reference/docs/reindex.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ POST _reindex
252252
// CONSOLE
253253
// TEST[setup:twitter]
254254

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

0 commit comments

Comments
 (0)