How to aggregation in Kibana dashboard

Hi,

Collect network traffic data in Elasticsearch.
Please tell me how to aggregate in the Kibana dashboard.
I tried to make it with table visualization, but I didn't know how to aggregate with multiple items.

[Data content]
source, destination, number of bytes, number of packets

A,B,100,2
C,D,50,1
E,F,200,2
A,B,500,3
E,F,50,1

[Dashboard]

  1. Add the number of bytes and the number of packets for each combination of source and destination
  2. Display the list in descending order of the number of packets

A,B,600,5
E,F,250,3
C,D,50,1

Elasticsearch 8.7.0 / Kibana 8.7.0

Regards,

How about using Lens visualization?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.