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:
Alexis Charveriat 2024-11-15 09:08:42 +01:00 committed by GitHub
parent 4d210c8d0d
commit e0af1238fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 135 additions and 7 deletions

View file

@ -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,