All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.elasticsearch.xpack.core.ml.stats_index_template.json Maven / Gradle / Ivy

There is a newer version: 8.13.2
Show newest version
{
  "order" : 0,
  "version" : ${xpack.ml.version.id},
  "index_patterns" : [
    ".ml-stats-*"
  ],
  "settings": {
    "index" : {
      "number_of_shards" : "1",
      "auto_expand_replicas" : "0-1",
      "hidden": true
    },
    "index.lifecycle.name": "${xpack.ml.index.lifecycle.name}",
    "index.lifecycle.rollover_alias": "${xpack.ml.index.lifecycle.rollover_alias}"
  },
  "mappings" : ${xpack.ml.stats.mappings},
  "aliases" : {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy