
arch.plugin.x-pack-template-resources.8.17.2.source-code.logs@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
{
"template": {
"mappings": {
"date_detection": false,
"properties": {
"@timestamp": {
"type": "date"
},
"data_stream.type": {
"type": "constant_keyword",
"value": "logs"
},
"data_stream.dataset": {
"type": "constant_keyword"
},
"data_stream.namespace": {
"type": "constant_keyword"
}
}
}
},
"_meta": {
"description": "default mappings for the logs index template installed by x-pack",
"managed": true
},
"version": ${xpack.stack.template.version},
"deprecated": ${xpack.stack.template.deprecated}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy