elasticsearch/docs/reference/modules/indices
Francisco Fernández Castaño 2ebe5cd075
Add peer recoveries using snapshot files when possible (#76237)
This commit adds peer recoveries from snapshots. It allows establishing a replica by downloading file data from a snapshot rather than transferring the data from the primary. 

Enabling this feature is done on the repository definition. Repositories having the setting `use_for_peer_recovery=true` will be consulted to find a good snapshot when recovering a shard.

Relates #73496
2021-08-13 10:42:16 +02:00
..
circuit_breaker.asciidoc [DOCS] Document regex circuit breaker (#76048) 2021-08-04 16:37:29 -04:00
fielddata.asciidoc Clarify field data cache behavior in docs (#64375) 2020-11-20 13:53:23 -08:00
index_management.asciidoc [DOCS] Remove unneeded articles for Elasticsearch Service and Elastic Agent 2021-04-02 16:01:59 -04:00
indexing_buffer.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
query_cache.asciidoc [DOCS] Document dynamic cluster settings (#61760) 2020-09-01 15:48:45 -04:00
recovery.asciidoc Add peer recoveries using snapshot files when possible (#76237) 2021-08-13 10:42:16 +02:00
request_cache.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
search-settings.asciidoc indices.query.bool.max_clause_count now limits all query clauses (#75297) 2021-07-21 12:16:30 +02:00