mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
a610513ec7
Provides basic repository-level stats that will allow us to get some insight into how many requests are actually being made by the underlying SDK. Currently only tracks GET and LIST calls for S3 repositories. Most of the code is unfortunately boiler plate to add a new endpoint that will help us better understand some of the low-level dynamics of searchable snapshots.
19 lines
547 B
Plaintext
19 lines
547 B
Plaintext
[role="xpack"]
|
|
[testenv="platinum"]
|
|
[[searchable-snapshots-apis]]
|
|
== Searchable snapshots APIs
|
|
|
|
experimental[]
|
|
|
|
You can use the following APIs to perform searchable snapshots operations.
|
|
|
|
* <<searchable-snapshots-api-mount-snapshot,Mount snapshot>>
|
|
* <<searchable-snapshots-api-clear-cache,Clear cache>>
|
|
* <<searchable-snapshots-api-stats,Get stats>>
|
|
* <<searchable-snapshots-repository-stats,Repository stats>>
|
|
|
|
include::mount-snapshot.asciidoc[]
|
|
include::clear-cache.asciidoc[]
|
|
include::get-stats.asciidoc[]
|
|
include::repository-stats.asciidoc[]
|