加载中

threshold_behavior

注意

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

- filtertype: space
  disk_space: 5
  threshold_behavior: less_than
		

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

当设置为 less_than 时,将匹配大小小于 disk_space GB 的索引。当设置为 greater_than(默认)时,将匹配大小大于 disk_space GB 的索引。

© . This website operates independently and is not affiliated with or endorsed by Elasticsearch B.V. All brand names, logos, and trademarks are the property of their respective owners.