shrink_prefix编辑

此设置仅由 缩减 操作使用。

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: ...

此设置没有默认值。

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