Getting Data In

Unable to get data from ASA

rgraham29975
New Member

Hi,

I am on an ASA 9.1 release, splunk 6.5.2, Splunk _TA_cisco-asa 3.2.6

I have configured the ASA syslog to send data to Splunk on port 5555.

listening on port 5555 on splunk receiving.

Please let me know what I am missing. Hopefully not too much of a newbie question:)
thanks

Tags (1)
0 Karma

dmaislin_splunk
Splunk Employee
Splunk Employee

This default app is configured for port 514 in the props.conf file in the add-on/default folder. To fix it, if you are new, just create a folder/directory called local in the add-on directory and add a new props.conf with the following information. A local props.conf with the stanzas below overrides the ones in default per the order of precedence in Splunk. Do not alter the default/props.conf file.

Directory Path: $SPLUNK_HOME/etc/apps/Splunk_TA_cisco-asa/local/props.conf

props.conf

[source::tcp:5555]
TRANSFORMS-force_sourcetype_for_cisco = force_sourcetype_for_cisco_asa,force_sourcetype_for_cisco_pix,force_sourcetype_for_cisco_fwsm

[source::udp:5555]
TRANSFORMS-force_sourcetype_for_cisco = force_sourcetype_for_cisco_asa,force_sourcetype_for_cisco_pix,force_sourcetype_for_cisco_fwsm

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Are the ASA and Splunk using the same protocol (TCP vs. UDP)?

---
If this reply helps you, Karma would be appreciated.
0 Karma

atari1050
Path Finder

Dumb question: Are the ports open if there is a firewall?

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...