Elasticsearch API /_all/_settings

1 개요[ | ]

Elasticsearch API /_all/_settings
root@localhost:~# curl localhost:9200/_all/_settings?pretty
{
  "test" : {
    "settings" : {
      "index" : {
        "creation_date" : "1576046412278",
        "number_of_shards" : "1",
        "number_of_replicas" : "1",
        "uuid" : "TY1Tq2GyRvWwoL4TVEiUVA",
        "version" : {
          "created" : "7050099"
        },
        "provided_name" : "test"
      }
    }
  }
}

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}