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

dataInsights.elasticsearch.indexLifecyclePolicy.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
  "policy": {
    "phases": {
      "hot": {
        "actions": {
          "rollover": {
            "max_primary_shard_size": "50gb"
          }
        }
      },
      "warm": {
        "min_age": "30d",
        "actions": {
          "shrink": {
            "number_of_shards": 1
          },
          "forcemerge": {
            "max_num_segments": 1
          }
        }
      },
      "delete": {
        "min_age": "90d",
        "actions": {
          "delete": {}
        }
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy