partial编辑

此设置仅由 快照 操作使用。

action: snapshot
description: >-
  Snapshot selected indices to 'repository' with the snapshot name or name
  pattern in 'name'.  Use all other options as assigned
options:
  repository: my_repository
  name: ...
  partial: False
  wait_for_completion: True
  max_wait: 3600
  wait_interval: 10
filters:
- filtertype: ...

此设置必须为 TrueFalse

如果添加到快照中的一个或多个索引没有所有主分片可用,则整个快照将失败。可以通过将 partial 设置为 True 来更改此行为。

此设置的默认值为 False