超时
编辑超时
编辑此设置仅由重新索引操作使用。
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