So I'm trying to work out how to create a graph in Kibana 5.2 using info from packetbeat that has logging hosts along the X axis and data transfered in GB along the Y axis.
The x axis for each host is split to incoming and outgoing traffic. The bars are then split into which hosts they went too, listed by their FQDN's if possible instead of their IP's.
The above is a mock up of the graph I'd like or if you could think of a better way to visualise the data.
I'm pretty new to the whole elastic stack so I'm still getting my head around manipulating the data.
I'm yet to get it to show the data using IP's let alone domain names.
One of the main issues with IP's though is that we're using LXC, IP's may change. That and IP's aren't exactly user friendly for the 'at a glance' look.