Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 240 Bytes

es-index-template.md

File metadata and controls

20 lines (16 loc) · 240 Bytes

Elasticsearch Index Template

{
  "index": {
    "number_of_shards": "3",
    "number_of_replicas": "1",
    "routing": {
      "allocation": {
        "require": {
          "box_type": "hot"
        }
      }
    }
  }
}