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
。
此设置的值将附加到目标索引名称后面。如果源索引为 index
,shrink_prefix
为 foo-
,shrink_suffix
为 -shrink
,则生成的目标索引名称将是 foo-index-shrink
。