All Apps and Add-ons

Cisco App - Pix inbound vs outbound

EricPartington
Communicator

I have been looking at the Cisco Pix App and the transforms for src and dest ip. What I noticed is that the src and dest ip are extracted in the same position in both the outbound and inbound built messages.

From my understanding of the syslog messages, the location of src and dest ip flip depending on the inbound and outbound keyword in the built statement.

Is this correct and should i change the default behaviour for the [cisco-firewall-to_addr_port] and [cisco-firewall-from_addr_port]

As is:

[cisco-firewall-to_addr_port]
REGEX = \s+to (?:([\w-_]+):)?([^ /]*)(?:/(\S+))?\s*
FORMAT = dest_dom::$1 dest_ip::$2 dest_port::$3

To:

[cisco-firewall-inbound-to_addr_port]
REGEX =inbound.*\s+to (?:([\w-_]+):)?([^ /]*)(?:/(\S+))?\s*
FORMAT = dest_dom::$1 dest_ip::$2 dest_port::$3

and: [cisco-firewall-outbound-to_addr_port] REGEX = outbound\s+(?:from|for(?! user)) (?:([\w-_]+):)?([^ /])(?:/(\S+))?\s FORMAT = dest_dom::$1 dest_ip::$2 dest_port::$3

Tags (2)
0 Karma
1 Solution

southeringtonp
Motivator

EricPartington
Communicator

That works better, have a few tweaks to it but works much better than it did before.

thanks

0 Karma

dwaddle
SplunkTrust
SplunkTrust

Can you provide sample events to go with this?

0 Karma
Get Updates on the Splunk Community!

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

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...