Reporting

can splunk generate report based on destination ip address in ironport WSA reporting

bijin
New Member

can splunk generate report based on destination ip address in ironport WSA reporting?

Tags (4)
0 Karma

imarks004
Path Finder

The default WSA "access logs" do not include the destination IP. To add this field to your access logs, you would need to add a %k on your WSA under System Administration, Log Subscriptions, (the logs your sending to Splunk), custom fields. I have added the following three variables to my custom fields to get user-agent, destination and WBRS threat reason into the logs.

%u %k %XK

cs(User-Agent) = %u = User agent. This field is written with double-quotes in the access log
s-ip = %k = Data source IP address (server IP address)
x-wbrs-threat-reason = %XK = Web reputation threat reason

gekoner
Communicator

The simple answer - Yes!
Now to the details. You will have to get the logs indexed into a Splunk index obviously. I would think sysylog would be the most efficient way.
What I'd recommend is you build a dashboard with a chart or table based on values (the destination ip address) in this situation.
Then you can graph and view the range based upon your needs. If you need to export this then you can just use the Export functionality to get yourself a document with the output you are looking for.

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 ...