Version: SG FLX
Community

This is a Technical Preview and should not yet be used in production.

Age Condition

This condition checks the current age of the index and triggers the action execution when the index is older than the configured maximum.

Parameters

Parameter Optional Note
max_age false positive integer with unit ending (d, h, m, s)

Example

{
  "steps": [
    ...
    {
      "name": "my_step",
      "conditions": [
        ...
        {
          "type": "age",
          "max_age": "30d"
        },
        ...
      ],
      "actions": [ ... ]
    },
    ...
  ]
}


Not what you were looking for? Try the search.