10 lines
279 B
Plaintext
10 lines
279 B
Plaintext
|
[[indices-get-settings]]
|
||
|
== Get Settings
|
||
|
|
||
|
The get settings API allows to retrieve settings of index/indices:
|
||
|
|
||
|
[source,js]
|
||
|
--------------------------------------------------
|
||
|
$ curl -XGET 'http://localhost:9200/twitter/_settings'
|
||
|
--------------------------------------------------
|