|
@@ -21,6 +21,13 @@ met. Because the criteria are checked periodically, the index might grow
|
|
|
slightly beyond the specified threshold. To control how often the critera are
|
|
|
checked, specify the `indices.lifecycle.poll_interval` cluster setting.
|
|
|
|
|
|
+IMPORTANT: New indices created via rollover will not automatically inherit the
|
|
|
+policy used by the old index, and will not use any policy by default. Therefore,
|
|
|
+it is highly recommended to apply the policy via
|
|
|
+<<applying-policy-to-template,index template>>, including a Rollover alias
|
|
|
+setting, for your indices which specifies the policy you wish to use for each
|
|
|
+new index.
|
|
|
+
|
|
|
The rollover action takes the following parameters:
|
|
|
|
|
|
.`rollover` Action Parameters
|