intersect
编辑intersect
编辑此设置仅在 周期 过滤器类型中可用。此设置是完全可选的。
- filtertype: period source: field_stats direction: older intersect: true unit: weeks range_from: -1 range_to: -1 field: '@timestamp' stats_result: min_value
此设置的值必须为 True
或 False
。
field_stats
使用聚合查询来计算 field
的 min_value
和 max_value
作为 stats_result
。如果 intersect
为 True
,则只有当 min_value
*和* max_value
都在 range_from
和 range_to
(相对于 unit
)范围内时,索引才会匹配。这意味着当 intersect
为 True
时,可以使用 min_value
或 max_value
作为 stats_result
,结果相同。
仅当 source 为 field_stats
时,才会使用此设置。
此设置的默认值为 False
。