加载中

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 的索引。

© . All rights reserved.