mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Create a historical feature for the get settings rest action (#101684)
This commit is contained in:
parent
70ecb12556
commit
1bb1c7be04
8 changed files with 46 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue