So I've been looking around trying to find how to add a graph in Kibana that will query the log database and return the IP addresses of the hosts with the most Denies generated by the firewall. Our firewall sends permit and deny logs to the log relay server, which puts it in a database that is searchable via the Kibana interface. I work in the Information Security department and now I'm tasked every week with finding the five hosts on our network who are being denied by the firewall the most. I found a similar article here: How do I create a stacked graph of HTTP codes in Kibana? Except the solution in the article assumes you know a few of the things you're looking for, such as HTTP codes. I'm not going to try to add every address (20000+ active) we have to the query, so I need to find a query and graph that will find the top 5 talkers for me and compare the number of Deny logs associated with them. Can this be done in Kibana? Go easy on me, this is my first post and I'm a newbie with Kibana.
Thanks!