How to create a basic report
Hello,
I have to ask something that IMO should be very easy but i don't know how to do it.
I just want to see 4 columns :
Source IP , Destination IP, Port, Session count
And group the lines by source and destination.
It should look like this :
source ip dest ip Port Session
192.168.1.1 172.17.5.1 80, 700
443, 800
389 200
192.168.1.1 172.17.5.3 80, 700
443, 800
389 200
192.168.1.2 172.17.5.1 80, 700
443, 800
389 200
192.168.1.2 172.17.5.5 80, 700
443, 800
389 200
Did someone allready do something like that. I'm really bad in Postgre and nothing in fortiview or log view allow me to show things like that.
Thank you in advance for all your help.
Regards,