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

此设置的值必须为 TrueFalse

field_stats 使用聚合查询来计算 fieldmin_valuemax_value 作为 stats_result。如果 intersectTrue,则只有 min_valuemax_value 都在 range_fromrange_to 之间(相对于 unit)的索引才会匹配。这意味着当 intersectTrue 时,可以使用 min_valuemax_value 作为 stats_result,结果相同。

此设置仅在 sourcefield_stats 时使用。

此设置的默认值为 False