
ml.anomalydetection.results_index_template.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of x-pack-template-resources Show documentation
Show all versions of x-pack-template-resources Show documentation
Elasticsearch subproject :x-pack:plugin:core:template-resources
{
"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