All Downloads are FREE. Search and download functionalities are using the official Maven repository.

arch.plugin.x-pack-template-resources.8.17.2.source-code.180-days@lifecycle.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "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