Difference between revisions of "GET /my-index/ settings"
Jump to navigation
Jump to search
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[GET /my-index/]]_settings | |
+ | { | ||
+ | "my-index-000001": { | ||
+ | "settings": { | ||
+ | "index": { | ||
+ | "creation_date": "1607521453996", | ||
+ | "number_of_shards": "1", | ||
+ | "[[number_of_replicas]]": "1", | ||
+ | "uuid": "CRDaJJjYSJibk3cuv-xft", | ||
+ | "version": { | ||
+ | "created": "7080099" | ||
+ | }, | ||
+ | "provided_name": "my-index-000001" | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | |||
== Related == | == Related == | ||
* <code>[[/_cluster/settings]]</code> | * <code>[[/_cluster/settings]]</code> | ||
+ | * <code>[[/_shrink/]]</code> | ||
+ | * https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-shrink-index.html | ||
+ | * [[Update index settings]] | ||
− | + | == Related == | |
− | + | * [[Index properties]] | |
== See also == | == See also == | ||
− | * {{ES}} | + | * {{my-index}} |
+ | * {{ES URLs}} | ||
[[Category:ES]] | [[Category:ES]] |
Latest revision as of 18:10, 13 November 2022
GET /my-index/_settings { "my-index-000001": { "settings": { "index": { "creation_date": "1607521453996", "number_of_shards": "1", "number_of_replicas": "1", "uuid": "CRDaJJjYSJibk3cuv-xft", "version": { "created": "7080099" }, "provided_name": "my-index-000001" } } } }
Related[edit]
/_cluster/settings
/_shrink/
- https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-shrink-index.html
- Update index settings
Related[edit]
See also[edit]
Advertising: