elasticsearch/docs/reference/snapshot-restore/apis
David Turner 92d13a3f7d
Introduce repository test kit/analyser (#67247)
Today we rely on blob stores behaving in a certain way so that they can be used
as a snapshot repository. There are an increasing number of third-party blob
stores that claim to be S3-compatible, but which may not offer a suitably
correct or performant implementation of the S3 API. We rely on somesubtle
semantics with concurrent readers and writers, but some blob stores may not
implement it correctly. Hitting a corner case in the implementation may be rare
in normal use, and may be hard to reproduce or to distinguish from an
Elasticsearch bug.

This commit introduces a new `POST /_snapshot/.../_analyse` API which exercises
the more problematic corners of the repository implementation looking for
correctness bugs and measures the details of the performance of the repository
under concurrent load.
2021-02-16 14:24:40 +00:00
..
clean-up-repo-api.asciidoc [DOCS] Add security privileges to snapshot/restore API docs (#67955) 2021-02-02 09:34:35 -05:00
clone-snapshot-api.asciidoc [DOCS] Add security privileges to snapshot/restore API docs (#67955) 2021-02-02 09:34:35 -05:00
create-snapshot-api.asciidoc Introduce "Feature States" for managing snapshots of system indices (#63513) 2021-02-11 11:55:14 -07:00
delete-repo-api.asciidoc [DOCS] Add security privileges to snapshot/restore API docs (#67955) 2021-02-02 09:34:35 -05:00
delete-snapshot-api.asciidoc [DOCS] Add security privileges to snapshot/restore API docs (#67955) 2021-02-02 09:34:35 -05:00
get-repo-api.asciidoc [DOCS] Add security privileges to snapshot/restore API docs (#67955) 2021-02-02 09:34:35 -05:00
get-snapshot-api.asciidoc Introduce "Feature States" for managing snapshots of system indices (#63513) 2021-02-11 11:55:14 -07:00
get-snapshot-status-api.asciidoc [DOCS] Add security privileges to snapshot/restore API docs (#67955) 2021-02-02 09:34:35 -05:00
get-snapshottable-features-api.asciidoc Introduce "Feature States" for managing snapshots of system indices (#63513) 2021-02-11 11:55:14 -07:00
put-repo-api.asciidoc [DOCS] Add security privileges to snapshot/restore API docs (#67955) 2021-02-02 09:34:35 -05:00
repo-analysis-api.asciidoc Introduce repository test kit/analyser (#67247) 2021-02-16 14:24:40 +00:00
restore-snapshot-api.asciidoc Introduce "Feature States" for managing snapshots of system indices (#63513) 2021-02-11 11:55:14 -07:00
snapshot-restore-apis.asciidoc Introduce repository test kit/analyser (#67247) 2021-02-16 14:24:40 +00:00
verify-repo-api.asciidoc [DOCS] Add security privileges to snapshot/restore API docs (#67955) 2021-02-02 09:34:35 -05:00