| 12345678910111213141516 | [[indices-ttl]]=== TTL intervalDocuments that have a <<mapping-ttl-field,`ttl`>> value set need to be deletedonce they have expired.  How and how often they are deleted is controlled bythe following dynamic cluster settings:`indices.ttl.interval`::    How often the deletion process runs.  Defaults to `60s`.`indices.ttl.bulk_size`::    The deletions are processed with a <<docs-bulk,bulk request>>.    The number of deletions processed can be configured with    this settings. Defaults to `10000`.
 |