|
@@ -28,6 +28,12 @@ Block write operations to the index.
|
|
|
Remove the index as the write index for the rollover alias and
|
|
|
start indexing to a new index.
|
|
|
|
|
|
+ifdef::permanently-unreleased-branch[]
|
|
|
+<<ilm-rollup,Rollup>>::
|
|
|
+Aggregates an index's time series data and stores the results in a new read-only
|
|
|
+index. For example, you can roll up hourly data into daily or weekly summaries.
|
|
|
+endif::[]
|
|
|
+
|
|
|
<<ilm-searchable-snapshot, Searchable snapshot>>::
|
|
|
beta:[]
|
|
|
Take a snapshot of the managed index in the configured repository
|
|
@@ -47,14 +53,6 @@ Performed automatically before a rollover, shrink, or searchable snapshot action
|
|
|
<<ilm-wait-for-snapshot,Wait for snapshot>>::
|
|
|
Ensure that a snapshot exists before deleting the index.
|
|
|
|
|
|
-ifdef::permanently-unreleased-branch[]
|
|
|
-
|
|
|
-<<ilm-rollup,Rollup>>::
|
|
|
-Aggregates an index's time series data and stores the results in a new read-only
|
|
|
-index. For example, you can roll up hourly data into daily or weekly summaries.
|
|
|
-
|
|
|
-endif::[]
|
|
|
-
|
|
|
include::actions/ilm-allocate.asciidoc[]
|
|
|
include::actions/ilm-delete.asciidoc[]
|
|
|
include::actions/ilm-forcemerge.asciidoc[]
|
|
@@ -62,12 +60,11 @@ include::actions/ilm-freeze.asciidoc[]
|
|
|
include::actions/ilm-migrate.asciidoc[]
|
|
|
include::actions/ilm-readonly.asciidoc[]
|
|
|
include::actions/ilm-rollover.asciidoc[]
|
|
|
+ifdef::permanently-unreleased-branch[]
|
|
|
+include::actions/ilm-rollup.asciidoc[]
|
|
|
+endif::[]
|
|
|
include::actions/ilm-searchable-snapshot.asciidoc[]
|
|
|
include::actions/ilm-set-priority.asciidoc[]
|
|
|
include::actions/ilm-shrink.asciidoc[]
|
|
|
include::actions/ilm-unfollow.asciidoc[]
|
|
|
include::actions/ilm-wait-for-snapshot.asciidoc[]
|
|
|
-
|
|
|
-ifdef::permanently-unreleased-branch[]
|
|
|
-include::actions/ilm-rollup.asciidoc[]
|
|
|
-endif::[]
|