mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-13 08:25:26 +00:00
Add options for indices.get feature
As described here https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-index.html?q=get%20index#_filtering_index_information
This commit is contained in:
parent
3ab3938501
commit
eef34475fd
@ -13,7 +13,8 @@
|
|||||||
},
|
},
|
||||||
"feature":{
|
"feature":{
|
||||||
"type":"list",
|
"type":"list",
|
||||||
"description":"A comma-separated list of features"
|
"description":"A comma-separated list of features",
|
||||||
|
"options": ["_settings", "_mappings", "_warmers", "_aliases"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"params":{
|
"params":{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user