Closed bigjohns97 closed 3 months ago
You can easily expand the Dashboard for NDPI. What I provide is not meant to provide the full potential that the Timeseries Export Provides.
Look into the measurement host:ndpi_categories
From there you can extract which host has generated which type of traffic easily.
I am trying to find the host:ndpi_categories (do I need to enable something in ntopng to get this table?), I do have a variable defined that should be able to be implemented into some of the panels where it makes sense.
LOL nevermind I see now, I just need to add the where host = $variable to all of the panels.CLICK
this is awsome!
Well I spoke too soon, this only works for the top panel, I can't seem to either create another AND on the ones where protocol is the selection, I am going to have to keep working on it for other panels but the top one works very easy with this edit.
I finally got this working, thanks to @lephisto for pointing me in the right direction.
I had to enable both categories and protocols on ntopng and then I was able to add a where clause pointing to a host variable to the panels I wanted to be able to filter and enable the all as default and voila!
Has anyone been able to get the NDPI dashboard to be able to show specific types of traffic per host?
I am a grafana noob and don't have the skills to make this happen but would like to be able to select a specific client ip address and then have the NDPI interface show just the traffic for that client.