|
@@ -40,6 +40,8 @@ curl -XGET 'http://localhost:9200/my-index/_settings?prefix=index.'
|
|
|
curl -XGET 'http://localhost:9200/_all/_settings?prefix=index.routing.allocation.'
|
|
|
|
|
|
curl -XGET 'http://localhost:9200/2013-*/_settings?prefix=index.merge.'
|
|
|
+
|
|
|
+curl -XGET 'http://localhost:9200/2013-*/index.merge./_settings'
|
|
|
--------------------------------------------------
|
|
|
|
|
|
The first example returns all index settings the start with `index.` in the index `my-index`,
|