滚动
编辑滚动
编辑action: rollover description: >- Rollover the index associated with alias 'aliasname', which should be in the form of prefix-000001 (or similar), or prefix-YYYY.MM.DD-1. options: name: aliasname conditions: max_age: 1d max_docs: 1000000 max_size: 5gb
此操作使用 Elasticsearch 滚动 API 创建一个新的索引,如果满足任何描述的条件。
额外设置
编辑extra_settings 选项允许添加额外的索引设置(但不包括映射)。这些设置的使用示例可能是
action: rollover description: >- Rollover the index associated with alias 'aliasname', which should be in the form of prefix-000001 (or similar), or prefix-YYYY.MM.DD-1. options: name: aliasname conditions: max_age: 1d max_docs: 1000000 extra_settings: index.number_of_shards: 3 index.number_of_replicas: 1 timeout_override: continue_if_exception: False disable_action: False
必需设置
编辑可选设置
编辑- extra_settings 没有默认值。您可以添加任何可接受的索引设置(不包括映射)作为嵌套的 YAML。有关更多信息,请参阅 Elasticsearch 创建索引 API 文档。
- new_index 指定新的索引名称。
- timeout_override
- continue_if_exception
- disable_action