PUT _template/log-template
{
  "template": "log.*",
  "settings": {
    "number_of_shards": "3",
    "number_of_replicas": "1"
  }
}

相关文章: