ilm.asciidoc 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [float]
  2. [[breaking_80_ilm_changes]]
  3. === {ilm-cap} 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. [[ilm-poll-interval-limit]]
  9. .The `indices.lifecycle.poll_interval` setting must be greater than `1s`.
  10. [%collapsible]
  11. ====
  12. *Details* +
  13. The setting `indices.lifecycle.poll_interval`, if set too low, can cause
  14. excessive load on a cluster. This setting must now be set to `1s` (one second)
  15. or greater.
  16. *Impact* +
  17. Update the `indices.lifecycle.poll_interval` setting to a value of `1s` or
  18. greater using `elasticsearch.yml` or the
  19. {ref}/cluster-update-settings.html[cluster update settings API].
  20. Setting `indices.lifecycle.poll_interval` to less than `1s` in
  21. `elasticsearch.yml` will result in an error on startup.
  22. {ref}/cluster-update-settings.html[Cluster update settings API] requests that
  23. set `indices.lifecycle.poll_interval` to less than `1s` will return an error.
  24. ====
  25. [[ilm-hlrc-rename]]
  26. .The `indexlifecycle` package has been renamed `ilm` in the Java High Level REST Client.
  27. [%collapsible]
  28. ====
  29. *Details* +
  30. In the high level REST client, the `indexlifecycle` package has been
  31. renamed to `ilm` to match the package rename inside the {es} code.
  32. *Impact* +
  33. Update your workflow and applications to use the `ilm` package in place of
  34. `indexlifecycle`.
  35. ====