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

ml.anomalydetection.results_index_template.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "priority": 2147483647,
  "version" : ${xpack.ml.version.id},
  "index_patterns" : [
    ".ml-anomalies-*"
  ],
  "template" : {
    "settings" : {
      "index" : {
        "auto_expand_replicas" : "0-1",
        "query" : {
          "default_field" : "all_field_values"
        },
        "hidden": true
      }
    },
    "mappings": ${xpack.ml.anomalydetection.results.mappings}
  },
  "_meta" : {
    "description": "index template for ML anomaly detection results indices",
    "managed": true
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy