elasticsearch/docs/reference/aggregations
Hendrik Muhs 14b2d2d37e
[ML] frequent items filter (#91137)
add a filter to the frequent items agg that filters documents from the analysis while still calculating support on the full set

A filter is specified top-level in frequent_items:

"frequent_items": {
  "filter": {
    "term": {
      "host.name.keyword": "i-12345"
    }
   },
...

The above filters documents that don't match, however still counts the docs when calculating support. That's in contrast to
specifying a query at the top, in which case you find the same item sets, but don't know the importance given the full
document set.
2022-11-03 13:58:40 +01:00
..
bucket [ML] frequent items filter (#91137) 2022-11-03 13:58:40 +01:00
metrics Centroid aggregation for cartesian points and shapes (#89216) 2022-09-28 17:14:30 +02:00
pipeline REST tests for normalize agg (#89629) 2022-08-26 14:18:46 -04:00
bucket.asciidoc [DOCS] Adds frequent items agg docs (#86037) 2022-05-05 16:07:24 +02:00
metrics.asciidoc Centroid aggregation for cartesian points and shapes (#89216) 2022-09-28 17:14:30 +02:00
pipeline.asciidoc Allow bucket paths to specify _count within a bucket (#85720) 2022-04-29 08:42:46 -04:00