Getting Data In

How to rename sourcetype in props.conf?

SalimRahmani
Explorer

Hi,

After setting up a listen on UDP port (514) for syslog using inputs.conf, I tried to change the sourcetype from syslog (set in inputs.conf) to syslog_nf. Thus, i used the first method

props.conf
[source::udp:514]
sourcetype = syslog_nf

this doesn't change anything!
However, when I do:
[syslog]
rename = syslog_nf

the change happens! Does anyone have any idea about this?

0 Karma
1 Solution

strive
Influencer

Try this.

First define sourcetye in transforms.conf. Something like

[set_sourcetype_syslog_nf]
FORMAT = sourcetype::syslong_nf
DEST_KEY = MetaData:Sourcetype

Note: Check if you need any REGEX.

Then, in props.conf

[source::udp:514]  
TRANSFORMS-changesourcetype = set_sourcetype_syslog_nf

But, As somesoni2 commented, i would also suggest to set sourcetypes in inputs.conf

View solution in original post

strive
Influencer

Try this.

First define sourcetye in transforms.conf. Something like

[set_sourcetype_syslog_nf]
FORMAT = sourcetype::syslong_nf
DEST_KEY = MetaData:Sourcetype

Note: Check if you need any REGEX.

Then, in props.conf

[source::udp:514]  
TRANSFORMS-changesourcetype = set_sourcetype_syslog_nf

But, As somesoni2 commented, i would also suggest to set sourcetypes in inputs.conf

somesoni2
Revered Legend

Try changing the sourcetype directly in inputs.conf. Its simpler than doing the same thing through props.conf.

Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...