Kibana visualization custom count column in table

I'd like to create visualization for IIS logs group by urls with following strucutre

url, total count, total count of urls with 500 status code, total count of urls with status code 200

How do I configure the Metric: Count to filter based on custom filter in Kibana table visulaiztion?

I am able to group by url and total count (first 2 columns), however I'd like to further add columns to get count information for specific statuses (200,500 etc)

I am using Kibana 6.8.7

Aggregate by URLs & status code. i.e. 2 fields

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