Hello everyone!
I have an index where I monitor proxy http log messages that contain status codes 200-500 which I parse and index into elasticsearch so I can search them.
I'm trying to create an easy table in kibana so I can see count of status codes occured on different endpoints. It could look something like the table below but it’s not a condition.
I ended up with following table in Kibana:
Is there any possibility to get the response keyword into columns by their value and show the count?
Thanks for any hints!!