
arch.plugin.x-pack-template-resources.8.17.2.source-code.fleet-actions.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": {
"action_id": {
"type": "keyword"
},
"agents": {
"type": "keyword"
},
"data": {
"enabled": false,
"type": "object"
},
"expiration": {
"type": "date"
},
"start_time": {
"type": "date"
},
"minimum_execution_duration": {
"type": "integer"
},
"rollout_duration_seconds": {
"type": "integer"
},
"input_type": {
"type": "keyword"
},
"timeout": {
"type": "integer"
},
"@timestamp": {
"type": "date"
},
"type": {
"type": "keyword"
},
"user_id" : {
"type": "keyword"
},
"signed" : {
"properties": {
"data" : {
"type": "binary"
},
"signature" : {
"type": "binary"
}
}
},
"namespaces": {
"type": "keyword"
}
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy