max_docs

编辑
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_docs: 1000000

至少需要 max_agemax_docsmax_size 中的一个或这三个的任意组合作为 conditions: 用于 Rollover 操作。

在触发滚动操作之前,索引中允许的最大文档数。它**必须**嵌套在 conditions: 下。没有默认值。如果指定此条件,则必须具有值,否则 Curator 将生成错误。