intersect
编辑intersect编辑
此设置仅在 period 过滤器类型中可用。此设置是严格可选的。
- 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
。