Difference between revisions of "Elasticsearch update index settings"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* 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 | ||
+ | |||
+ | curl -xPUT -u "elactic:yourpassword" https://localhost:9200/my-index-000001/_settings | ||
PUT /my-index-000001/_settings | PUT /my-index-000001/_settings |
Revision as of 08:53, 19 October 2022
curl -xPUT -u "elactic:yourpassword" https://localhost:9200/my-index-000001/_settings
PUT /my-index-000001/_settings { "index" : { "number_of_replicas" : 2 } }
See also
- Elasticsearch, installation, ELK, Elastic X-Pack,
elasticsearch.yml
, logs, ECK, Elasticsearch curl URLs, Elastisearch REST APIs,/_cat/, /_cluster/, /_xpack/
, QueryShardException, Elasticsearch index, ELK backup and restore,elasticsearch-cli
, Elasticsearch versions, ElasticSearch Snapshot Lifecycle Management (SLM), Low disk watermark, Elasticsearch storage, Elasticsearch users, Elasticsearch roles, search context, shards, Elastic Cloud, Elastic Licensing, ElasticSearch alerts, ESQL
Advertising: