ilm-settings.asciidoc 744 B

12345678910111213141516171819
  1. [role="xpack"]
  2. [[ilm-settings]]
  3. === {ilm-cap} settings
  4. These index-level {ilm-init} settings are typically configured through index
  5. templates. For more information, see <<ilm-gs-create-policy>>.
  6. `index.lifecycle.name`::
  7. The name of the policy to use to manage the index.
  8. `index.lifecycle.rollover_alias`::
  9. The index alias to update when the index rolls over. Specify when using a
  10. policy that contains a rollover action. When the index rolls over, the alias is
  11. updated to reflect that the index is no longer the write index. For more
  12. information about rollover, see <<using-policies-rollover>>.
  13. `indices.lifecycle.poll_interval`::
  14. (<<time-units, time units>>) How often {ilm} checks for indices that meet policy
  15. criteria. Defaults to `10m`.