快照编辑

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: ...
  # Leaving name blank will result in the default 'curator-%Y%m%d%H%M%S'
  name:
  wait_for_completion: True
  max_wait: 3600
  wait_interval: 10
filters:
- filtertype: ...

空值和注释行将导致选择默认值(如果有)。如果设置了某个设置,但未被给定操作使用,则该设置将被忽略。

此操作将使用 名称 标识的名称或名称模式,将索引快照到指定的 存储库

其他选项通常可以保留默认值,但您可以随意阅读并进行相应的更改。

必需设置编辑