Count of two fields

Hi,
I have events of all the request coming to a lots of domains.
I would like to create a visualization of domain and the count of 200 / 204 status responses
as a table with 3 columns

is there a way to do that with Kibana?

also, is there a way to create a ratio as a 4th column?

The first thing you can try is a Data Table visualization and just do a terms aggregation on your response field like this;

Another option is to add filters for each response you want to include, and you can defined the custom label like I did for just one of them;

You can add a total here too, but I don't see a way to sort the rows;

I don't think there's a way to have the ration as a 4th column or row.

Does this help?

Regards,
Lee

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