Version: SG FLX
Community
This is a Technical Preview and should not yet be used in production.
Size Condition
Content
This condition checks the current size of the index and triggers the action execution when the index size is larger than the configured maximum.
Parameters
Parameter | Optional | Note |
---|---|---|
max_size |
false | positive integer with unit ending (b, kb, mb, gb) |
Example
{
"steps": [
...
{
"name": "my_step",
"conditions": [
...
{
"type": "size",
"max_size": "50gb"
},
...
],
"actions": [ ... ]
},
...
]
}