ilm.asciidoc 735 B

123456789101112131415161718192021222324
  1. [float]
  2. [[breaking_80_ilm_changes]]
  3. === Index Lifecycle Management changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. // end::notable-breaking-changes[]
  8. [float]
  9. [[ilm-poll-interval-limit]]
  10. ==== `indices.lifecycle.poll_interval` must be greater than 1 second
  11. The setting `indices.lifecycle.poll_interval`, if set too low, can cause
  12. excessive load on a cluster. This setting must now be set to 1 second or higher.
  13. [float]
  14. [[ilm-hlrc-rename]]
  15. ==== `indexlifecycle` packages renamed to `ilm`
  16. In the high level REST client, the `indexlifecycle` package has been
  17. renamed to `ilm` to match the package rename inside the Elasticsearch code.