
arch.plugin.x-pack-template-resources.8.17.2.source-code.fleet-policies.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
{
"settings": {
"auto_expand_replicas": "0-1"
},
"mappings": {
"_doc" : {
"dynamic": false,
"_meta": {
"version": "${fleet.version}",
"managed_index_mappings_version": ${fleet.managed.index.version}
},
"properties": {
"coordinator_idx": {
"type": "integer"
},
"namespaces": {
"type": "keyword"
},
"data": {
"enabled": false,
"type": "object"
},
"default_fleet_server": {
"type": "boolean"
},
"policy_id": {
"type": "keyword"
},
"revision_idx": {
"type": "integer"
},
"@timestamp": {
"type": "date"
},
"unenroll_timeout": {
"type": "integer"
}
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy