mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Index stats enhancement: creation date and tier_preference (#116339)
* Expose tier preference as part of the index stats * Also expose index creation date in index stats * Added test
This commit is contained in:
parent
4d210c8d0d
commit
e0af1238fc
10 changed files with 135 additions and 7 deletions
|
@ -419,6 +419,7 @@ module org.elasticsearch.server {
|
|||
|
||||
provides org.elasticsearch.features.FeatureSpecification
|
||||
with
|
||||
org.elasticsearch.action.admin.indices.stats.IndicesStatsFeatures,
|
||||
org.elasticsearch.action.bulk.BulkFeatures,
|
||||
org.elasticsearch.features.FeatureInfrastructureFeatures,
|
||||
org.elasticsearch.health.HealthFeatures,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue