recovery.asciidoc 538 B

12345678910111213141516171819202122
  1. [[recovery]]
  2. === Indices Recovery
  3. The following _expert_ settings can be set to manage the recovery policy.
  4. `indices.recovery.file_chunk_size`::
  5. Defaults to `512kb`.
  6. `indices.recovery.translog_ops`::
  7. Defaults to `1000`.
  8. `indices.recovery.translog_size`::
  9. Defaults to `512kb`.
  10. `indices.recovery.compress`::
  11. Defaults to `true`.
  12. `indices.recovery.max_bytes_per_sec`::
  13. Defaults to `40mb`.
  14. These settings can be dynamically updated on a live cluster with the
  15. <<cluster-update-settings,cluster-update-settings>> API: