
arch.plugin.x-pack-template-resources.8.17.2.source-code.slm-history.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": [
".slm-history-${xpack.slm.template.version}*"
],
"priority": 2147483647,
"data_stream": {
"hidden": true
},
"template": {
"settings": {
"index.number_of_shards": 1,
"index.auto_expand_replicas": "0-1"
},
"lifecycle": {
"data_retention": "90d"
},
"mappings": {
"dynamic": false,
"properties": {
"@timestamp": {
"type": "date",
"format": "epoch_millis"
},
"policy": {
"type": "keyword"
},
"repository": {
"type": "keyword"
},
"snapshot_name": {
"type": "keyword"
},
"operation": {
"type": "keyword"
},
"success": {
"type": "boolean"
},
"configuration": {
"type": "object",
"dynamic": false,
"properties": {
"indices": {
"type": "keyword"
},
"partial": {
"type": "boolean"
},
"include_global_state": {
"type": "boolean"
}
}
},
"error_details": {
"type": "text",
"index": false
}
}
}
},
"allow_auto_create": true,
"_meta": {
"description": "index template for SLM history indices",
"managed": true
},
"version": ${xpack.slm.template.version}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy