Difference between revisions of "Elasticsearch update index settings"
Jump to navigation
Jump to search
(Created page with " * https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-update-settings.html") |
|||
Line 2: | Line 2: | ||
* https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-update-settings.html | * https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-update-settings.html | ||
+ | |||
+ | |||
+ | PUT /my-index-000001/_settings | ||
+ | { | ||
+ | "index" : { | ||
+ | "[[number_of_replicas]]" : 2 | ||
+ | } | ||
+ | } |
Revision as of 07:33, 19 October 2022
Advertising: