mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Add telemetry for repository usage (#112133)
Adds to the `GET _cluster/stats` endpoint information about the snapshot repositories in use, including their types, whether they are read-only or read-write, and for Azure repositories the kind of credentials in use.
This commit is contained in:
parent
fb32adcb17
commit
f150e2c11d
27 changed files with 400 additions and 37 deletions
|
@ -429,6 +429,7 @@ module org.elasticsearch.server {
|
|||
org.elasticsearch.cluster.metadata.MetadataFeatures,
|
||||
org.elasticsearch.rest.RestFeatures,
|
||||
org.elasticsearch.indices.IndicesFeatures,
|
||||
org.elasticsearch.repositories.RepositoriesFeatures,
|
||||
org.elasticsearch.action.admin.cluster.allocation.AllocationStatsFeatures,
|
||||
org.elasticsearch.index.mapper.MapperFeatures,
|
||||
org.elasticsearch.ingest.IngestGeoIpFeatures,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue