Difference between revisions of "Elasticsearch update index settings"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
} | } | ||
+ | |||
+ | [[Elasticsearch index]] | ||
== See also == | == See also == |
Revision as of 09:00, 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: