索引编辑

此设置仅供 恢复 操作使用。

actions:
  1:
    action: restore
    description: Restore my_index from my_snapshot in my_repository
    options:
      repository: my_repository
      name: my_snapshot
      indices: my_index
      wait_for_completion: True
      max_wait: 3600
      wait_interval: 10
    filters:
    - filtertype: state
      state: SUCCESS
      exclude:
    - filtertype: ...

此设置必须是待恢复索引的列表。任何有效的 YAML 列表格式在此处均可接受。如果 indices 保持为空或未设置,则将恢复快照中的所有索引。

此设置的默认值为一个空设置。