All Apps and Add-ons

How do you verify whether ingested syslog data had headers or not?

kaumiladani
New Member

While ingesting data from 3rd party products, if syslog data is being indexed, does Splunk automatically strip the header?

In Splunk documentation, it states that the following parameter must be used in inputs.conf:

**no_priority_stripping = true | false (default: false)**

Also, how do I verify whether the actual syslog data that is being ingested had headers in the original data or not? Considering, there were no headers being shown in Splunk.

Tags (1)
0 Karma

FrankVl
Ultra Champion

The priority stripping only refers to the <123> part at the start of syslog messages (the priority code that encapsulates the syslog facility and severity).

If you want to find out what the original data looked like, your best bet is probably to run a network capture tool like tcpdump or so on the forwarder, to see what the incoming data looks like. Or check out the configuration / documentation of the source device to figure out what format it sends out.

PS: in general it is considered best practise to not send syslog data straight to a Splunk TCP or UDP input, but rather send it to a syslog server (rsyslog / syslog-ng) and have that syslog daemon write the logs to file. And then run a forwarder on that same system that ingests those files with a file monitor input.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Syslog doesn't use headers.
The no_priority_stripping attribute is not related to headers.

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

FrankVl
Ultra Champion

That depends a bit on your definition of headers.

The <123>timestamp hostname part that you will typically find at the start of a syslog message is often referred to as the syslog header.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...