get-settings.asciidoc 279 B

123456789
  1. [[indices-get-settings]]
  2. == Get Settings
  3. The get settings API allows to retrieve settings of index/indices:
  4. [source,js]
  5. --------------------------------------------------
  6. $ curl -XGET 'http://localhost:9200/twitter/_settings'
  7. --------------------------------------------------