support adjacency matrix aggregation in Kibana #30161
Labels
enhancement
New value added to drive a business result
Feature:Aggregations
Aggregation infrastructure (AggConfig, esaggs, ...)
Feature:Lens
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Today the user can use filters aggregation to slice the data in a custom way that provides non mutually exclusive buckets. But if the user needs a combination of filters to know how many documents fall within any combination of filters, it is supported by Elasticsearch (https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-adjacency-matrix-aggregation.html) but not in Kibana
This kind of matrix can be very useful in pie charts, bar charts and area charts as well as tables.
Example when analyzing usage (Venn or Funnel visualization) users might want to know who uses
A
,B
orC
but also the combinationA&B
B&C
andA&C
In addition, this capability might come in handy with Graph to visualize relationships
The text was updated successfully, but these errors were encountered: