Add min_rollover_age transition condition to documentation (#1751)
* Add min_rollover_age transition to documentation Signed-off-by: Lauri Moilanen <lauri.moilanen@cloubi.com> * Update _im-plugin/ism/policies.md Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Signed-off-by: Lauri Moilanen <lauri.moilanen@cloubi.com> Signed-off-by: Lauri Moilanen <lauri.moilanen@cloubi.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
This commit is contained in:
parent
fe8d702ca9
commit
5036cfa12c
|
@ -567,6 +567,7 @@ The `conditions` object has the following parameters:
|
|||
Parameter | Description | Type | Required
|
||||
:--- | :--- |:--- |:--- |
|
||||
`min_index_age` | The minimum age of the index required to transition. | `string` | No
|
||||
`min_rollover_age` | The minimum age required after a rollover has occurred to transition to the next state. | `string` | No
|
||||
`min_doc_count` | The minimum document count of the index required to transition. | `number` | No
|
||||
`min_size` | The minimum size of the total primary shard storage (not counting replicas) required to transition. For example, if you set `min_size` to 100 GiB and your index has 5 primary shards and 5 replica shards of 20 GiB each, the total size of all primary shards is 100 GiB, so your index is transitioned to the next state. | `string` | No
|
||||
`cron` | The `cron` job that triggers the transition if no other transition happens first. | `object` | No
|
||||
|
|
Loading…
Reference in New Issue