Kibana reporting and aggregation

We have about 700,000 documents. Those documents have about 20 fields each. We would like to create a report/search that summarizes 5 of the 20 columns by two of other columns, Basically a a typical "select ... group by .....", the end result will be about 10,000 rows. We can't find a way to do it in Kibana. We are using the hosted version of elastic.co. is it feasible to do what we want with Kibana?

1 Like

You should be able to do a bucket aggregation, which roughly equates to a group by.
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket.html

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