Create a historical feature for the get settings rest action (#101684)

This commit is contained in:
Simon Cooper 2023-11-02 08:51:39 +00:00 committed by GitHub
parent 70ecb12556
commit 1bb1c7be04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 46 additions and 15 deletions

View file

@ -406,7 +406,8 @@ module org.elasticsearch.server {
provides org.elasticsearch.features.FeatureSpecification
with
org.elasticsearch.features.FeaturesSupportedSpecification,
org.elasticsearch.health.HealthFeature;
org.elasticsearch.health.HealthFeature,
org.elasticsearch.rest.RestFeatures;
uses org.elasticsearch.plugins.internal.SettingsExtension;
uses RestExtension;