threshold_behavior

编辑

此设置仅在 space 过滤器类型中可用。此设置是可选的,默认为 greater_than 以保持向后兼容性。

- filtertype: space
  disk_space: 5
  threshold_behavior: less_than

此设置的值为 greater_than(默认值)或 less_than

当设置为 less_than 时,将匹配小于 disk_space 千兆字节的索引。当设置为 greater_than(默认值)时,将匹配大于 disk_space 的索引。