Getting Data In

Send Host with SNMP Trap

jonmcarr
New Member

Need to be able to pass host from a syslog message in a trap outbound from Splunk. of the nice configured varbinds, host is not one. Is there a way to pass other parameters?

Tags (3)
0 Karma

briang67
Communicator

I realize this is an older thread, but in case anyone is interested, here's how we've been able to extract the host as a trap varbind:

If you set up an alert on a saved search, a results file containing the raw event data is passed as an argument along with the alert. The file format is gzipped csv and contains the host, source and raw event text.

We created a perl script that runs after the saved search finds a match, unzips the file and then places host, source and raw into an array. When we send the trap we use the OS sendtrap command and designate one of the trap varbinds as the extracted hostname.

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