
arch.plugin.x-pack-template-resources.8.17.2.source-code.180-days@lifecycle.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
{
"phases": {
"hot": {
"actions": {
"rollover": {
"max_primary_shard_size": "50gb",
"max_age": "30d"
}
}
},
"warm": {
"min_age": "2d",
"actions": {
"shrink": {
"number_of_shards": 1
},
"forcemerge": {
"max_num_segments": 1
}
}
},
"cold": {
"min_age": "30d",
"actions": {}
},
"delete": {
"min_age": "180d",
"actions":{
"delete": {}
}
}
},
"_meta": {
"description": "built-in ILM policy using the hot, warm, and cold phases with a retention of 180 days",
"managed": true
},
"deprecated": ${xpack.stack.template.deprecated}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy