include_aliases编辑

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

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

此设置必须为 TrueFalse

此设置的值决定了 Elasticsearch 在恢复快照时是否应包含索引别名。

此设置的默认值为 False