shrink_suffix编辑

此设置仅由 shrink 操作使用。

action: shrink
description: >-
  Shrink selected indices on the node with the most available space.
  Prepend target index names with 'foo-' and append a suffix of '-shrink'
options:
  shrink_node: DETERMINISTIC
  shrink_prefix: 'foo-'
  shrink_suffix: '-shrink'
filters:
  - filtertype: ...

此设置的默认值为 -shrink

此设置的值将附加到目标索引名称。如果源索引为 indexshrink_prefixfoo-shrink_suffix-shrink,则生成的索引名称为 foo-index-shrink