超时编辑

此设置仅由 重新索引 操作使用。

timeout 是每个单独的批量请求等待不可用分片的秒数。默认值为 60,表示 60 秒。

actions:
  1:
    description: "Reindex index1,index2,index3 into new_index"
    action: reindex
    options:
      wait_interval: 9
      max_wait: -1
      timeout: 90
      request_body:
        source:
          index: ['index1', 'index2', 'index3']
        dest:
          index: new_index
    filters:
    - filtertype: none