Merge pull request #406 from radu-gheorghe/patch-1
Updated usage of ISM's rollover_skip
This commit is contained in:
commit
36ba4771aa
|
@ -521,7 +521,7 @@ You can use the same options for `ctx` variables as the [notification](#notifica
|
||||||
|
|
||||||
The following sample template policy is for a rollover use case.
|
The following sample template policy is for a rollover use case.
|
||||||
|
|
||||||
If you want to skip rollovers for an index, use the [update cluster settings API]({{site.url}}{{site.baseurl}}/opensearch/configuration/#update-cluster-settings-using-the-api) to set `index.plugins.index_state_management.rollover_skip` to true.
|
If you want to skip rollovers for an index, set `index.plugins.index_state_management.rollover_skip` to `true` in the settings of that index.
|
||||||
|
|
||||||
1. Create a policy with an `ism_template` field:
|
1. Create a policy with an `ism_template` field:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue