
arch.plugin.x-pack-template-resources.8.17.2.source-code.fleet-file-tohost-meta.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
{
"index_patterns": [
".fleet-fileds-tohost-meta-*"
],
"data_stream": {},
"priority": 200,
"composed_of": [],
"_meta": {
"description": "fleet file delivery index template",
"managed": true
},
"template": {
"settings": {
"index.auto_expand_replicas": "0-1",
"index.hidden": true,
"index.lifecycle.name": ".fleet-file-tohost-meta-ilm-policy"
},
"mappings": {
"_doc": {
"_meta": {
"version": "${xpack.fleet.template.version}"
},
"dynamic": false,
"properties": {
"@timestamp": {
"type": "date"
},
"namespaces": {
"type": "keyword"
},
"agent_id": {
"type": "keyword"
},
"action_id": {
"type": "keyword"
},
"source": {
"type": "keyword"
},
"file": {
"properties": {
"Status": {
"type": "keyword"
},
"ChunkSize": {
"type": "integer"
},
"Compression": {
"type": "keyword"
},
"name": {
"type": "keyword"
},
"Meta": {
"properties": {
"target_agents": {
"type": "keyword"
}
}
}
}
}
}
}
}
},
"version": ${xpack.fleet.template.version}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy