Difference between revisions of "Elasticsearch Index properties"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
GET /my-index-000001/_settings | GET /my-index-000001/_settings | ||
+ | { | ||
+ | "my-index-000001": { | ||
+ | "settings": { | ||
+ | "index": { | ||
+ | "creation_date": "1607521453996", | ||
+ | "[[number_of_shards]]": "1", | ||
+ | "[[number_of_replicas]]": "1", | ||
+ | "[[uuid]]": "CRDaJJjYSJibk3cuv-rElg", | ||
+ | "version": { | ||
+ | "created": "7080099" | ||
+ | }, | ||
+ | "provided_name": "my-index-000001" | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | } | ||
index.number_of_replicas | index.number_of_replicas | ||
− | + | == See also == | |
− | + | * {{ES}} | |
− | {{ES}} |
Revision as of 17:49, 18 October 2022
https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-modules
GET /my-index-000001/_settings { "my-index-000001": { "settings": { "index": { "creation_date": "1607521453996", "number_of_shards": "1", "number_of_replicas": "1", "uuid": "CRDaJJjYSJibk3cuv-rElg", "version": { "created": "7080099" }, "provided_name": "my-index-000001" } } } }
index.number_of_replicas
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: