滚动
编辑滚动编辑
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