Difference between revisions of "Elasticsearch Index properties"

From wikieduonline
Jump to navigation Jump to search
(Created page with "https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-modules {{ES}}")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-modules
 
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-xft",
 +
        "version": {
 +
          "created": "7080099"
 +
        },
 +
        "provided_name": "my-index-000001"
 +
      }
 +
    }
 +
  }
 +
}
  
 +
== Related ==
 +
* [[Update index settings]]: <code>[[curl -XPUT]]</code>
 +
* <code>index.[[number_of_replicas]]</code>
  
{{ES}}
+
== See also ==
 +
* {{ES}}

Latest revision as of 08:29, 20 October 2022

Advertising: