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

water.water_log_es_policy_dsl.json Maven / Gradle / Ivy

There is a newer version: 2.14.2
Show newest version
{
  "policy": {
    "phases": {
      "hot": {
        "min_age": "0ms",
        "actions": {
          "rollover": {
            "max_size": "50gb",
            "max_age": "1d",
            "max_docs": 5000000
          },
          "set_priority": {
            "priority": 100
          }
        }
      },
      "delete": {
        "min_age": "30d",
        "actions": {
          "delete": {}
        }
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy