Splunk Search

How to search for firewall data showing source ip, source port, destination ip, and destination port in tabular form?

abassydo2018
Explorer

Hello,

I am new to Splunk and I need to get a report showing Firewall transactions with source IP and source port, destination IP and destination port in a table format.
Please help and advice

0 Karma
1 Solution

solarboyz1
Builder

Something like:

index=firewall | stats count by src, dest, dest_port, src_port

View solution in original post

0 Karma

solarboyz1
Builder

Something like:

index=firewall | stats count by src, dest, dest_port, src_port
0 Karma

abassydo2018
Explorer

Thank you so much. You rock

0 Karma

abassydo2018
Explorer

It works. Thank you

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...