Hello guys, i,m new in Splunk and this is my question:
Example, i have this NetFlow data:
dest_port=1024 protoid=6
dest_port=1024 protoid=6
dest_port=1024 protoid=6
dest_port=1024 protoid=17
dest_port=443 protoid=6
dest_port=443 protoid=17
dest_port=443 protoid=17
dest_port=443 protoid=17
I need output with count like that:
dest_port | protoid | count
1024 6 3
1024 17 1
443 6 1
443 17 3
I mean, need count for each key with it's unique value.
Thank you.
... View more