
ml.notifications_index_mappings.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
{
"_meta" : {
"version": "${xpack.ml.version}",
"managed_index_mappings_version": ${xpack.ml.managed.index.version}
},
"dynamic" : "false",
"properties" : {
"job_id": {
"type": "keyword"
},
"level": {
"type": "keyword"
},
"message": {
"type": "text",
"fields": {
"raw": {
"type": "keyword",
"ignore_above": 1024
}
}
},
"timestamp": {
"type": "date"
},
"node_name": {
"type": "keyword"
},
"job_type": {
"type": "keyword"
},
"cleared": {
"type": "boolean"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy