index.asciidoc 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. [role="xpack"]
  2. [testenv="basic"]
  3. [[index-lifecycle-management]]
  4. = {ilm-init}: Manage the index lifecycle
  5. [partintro]
  6. --
  7. You can configure {ilm} ({ilm-init}) policies to automatically manage indices according to
  8. your performance, resiliency, and retention requirements.
  9. For example, you could use {ilm-init} to:
  10. * Spin up a new index when an index reaches a certain size or number of documents
  11. * Create a new index each day, week, or month and archive previous ones
  12. * Delete stale indices to enforce data retention standards
  13. When you enable {ilm} for {beats} or the {ls} {es} output plugin,
  14. {ilm-init} is configured automatically.
  15. You can modify the default policies through {kib} Management or the {ilm-init} APIs.
  16. [TIP]
  17. To automatically back up your indices and manage snapshots,
  18. use <<getting-started-snapshot-lifecycle-management,snapshot lifecycle policies>>.
  19. * <<overview-index-lifecycle-management>>
  20. * <<ilm-concepts>>
  21. * <<getting-started-index-lifecycle-management>>
  22. * <<ilm-actions>>
  23. * <<set-up-lifecycle-policy>>
  24. * <<index-lifecycle-error-handling>>
  25. * <<start-stop-ilm>>
  26. * <<ilm-with-existing-indices>>
  27. * <<skipping-rollover>>
  28. * <<index-lifecycle-and-snapshots>>
  29. --
  30. include::ilm-overview.asciidoc[]
  31. include::ilm-concepts.asciidoc[]
  32. include::ilm-tutorial.asciidoc[]
  33. include::ilm-actions.asciidoc[]
  34. include::set-up-lifecycle-policy.asciidoc[]
  35. include::error-handling.asciidoc[]
  36. include::start-stop.asciidoc[]
  37. include::ilm-with-existing-indices.asciidoc[]
  38. include::ilm-skip-rollover.asciidoc[]
  39. include::ilm-and-snapshots.asciidoc[]