Add historical feature for cluster health checks (#101538)

This commit is contained in:
Simon Cooper 2023-10-31 10:06:14 +00:00 committed by GitHub
parent 19336222a3
commit f6a211225a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 163 additions and 27 deletions

View file

@ -403,7 +403,10 @@ module org.elasticsearch.server {
uses org.elasticsearch.internal.BuildExtension;
uses org.elasticsearch.features.FeatureSpecification;
provides org.elasticsearch.features.FeatureSpecification with org.elasticsearch.features.FeaturesSupportedSpecification;
provides org.elasticsearch.features.FeatureSpecification
with
org.elasticsearch.features.FeaturesSupportedSpecification,
org.elasticsearch.health.HealthFeature;
uses org.elasticsearch.plugins.internal.SettingsExtension;
uses RestExtension;