ttl_interval.asciidoc 514 B

12345678910111213141516
  1. [[indices-ttl]]
  2. === TTL interval
  3. Documents that have a <<mapping-ttl-field,`ttl`>> value set need to be deleted
  4. once they have expired. How and how often they are deleted is controlled by
  5. the following dynamic cluster settings:
  6. `indices.ttl.interval`::
  7. How often the deletion process runs. Defaults to `60s`.
  8. `indices.ttl.bulk_size`::
  9. The deletions are processed with a <<docs-bulk,bulk request>>.
  10. The number of deletions processed can be configured with
  11. this settings. Defaults to `10000`.