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

org.elasticsearch.xpack.core.ml.anomalydetection.results_index_template.json Maven / Gradle / Ivy

{
  "order" : 0,
  "version" : ${xpack.ml.version.id},
  "index_patterns" : [
    ".ml-anomalies-*"
  ],
  "settings" : {
    "index" : {
      "translog" : {
        "durability" : "async"
      },
      "auto_expand_replicas" : "0-1",
      "query" : {
        "default_field" : "all_field_values"
      },
      "hidden": true
    }
  },
  "mappings": ${xpack.ml.anomalydetection.results.mappings}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy