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

schema.opensearch.create.policy.operate_delete_archived_indices.json Maven / Gradle / Ivy

There is a newer version: 8.7.0-alpha2-rc1
Show newest version
{
  "policy": {
    "description": "Archived index policy",
    "default_state": "archived",
    "states": [
      {
        "name": "archived",
        "actions": [],
        "transitions": [
          {
            "state_name": "deleted",
            "conditions": {
              "min_index_age": "$MIN_INDEX_AGE"
            }
          }
        ]
      },
      {
        "name": "deleted",
        "actions": [
          {
            "delete": {}
          }
        ],
        "transitions": []
      }
    ]
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy