mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Add historical feature for cluster health checks (#101538)
This commit is contained in:
parent
19336222a3
commit
f6a211225a
10 changed files with 163 additions and 27 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue