Getting Data In

Can the Universal Forwarder overwite the source with transforms.conf?

mkelderm
Path Finder

(updated with correct solution)

Question: I want to overwite the source when the UF is sending data to the Splunk server. This is how it should be.

On the UF the config is splunkforwarder/etc/system/local:

inputs.conf

[monitor:///data/logs/UCMFON/*.access]
disabled = false
followTail = 1
host = $decideOnStartup
index = fon
sourcetype = access:web:ucm

On the Splunk Server (indexer) the config is splunk/system/local:

props.conf

[access:web:ucm]
NO_BINARY_CHECK=1
SHOULD_LINEMERGE=false
TIME_PREFIX=^
MAX_TIMESTAMP_LOOKAHEAD=50
TRANSFORMS-source=extract-filename-from-source

transforms.conf

[extract-filename-from-source]
# /a/b/c/e1_fgh2.log
# removes directory
#
DEST_KEY=MetaData:Source
SOURCE_KEY=MetaData:Source
REGEX  = (([\w|\d|-]*)\.\w*)
FORMAT = source::$1
0 Karma
1 Solution

jonuwz
Influencer

See here

If you want to use anything in transforms.conf, it has to be done on an indexer

So its valid to set the sourcetype on the UF, but the logic for setting the source will need to be moved up to your indexer(s)

View solution in original post

qjvtenkroode
Explorer

One thing you're missing. Your regex is exactly "source:: ...." Drop the first part, source:: and it will work.

0 Karma

mkelderm
Path Finder

Thanks! Fixed the issue!

0 Karma

jonuwz
Influencer

See here

If you want to use anything in transforms.conf, it has to be done on an indexer

So its valid to set the sourcetype on the UF, but the logic for setting the source will need to be moved up to your indexer(s)

Ayn
Legend

Yes, both the props.conf and transforms.conf settings need to go on the indexer.

0 Karma

mkelderm
Path Finder

So I need to move my transforms.conf to the splunk-server (the indexer)? In the same directory?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Painting a Clearer Picture: Creating Cross-Domain Visibility with AI Canvas

    Thursday, June 25, 2026  |  11AM PDT / 2PM EDT  Duration: 1 Hour (Includes live Q&A) Register to ...

Analytics Workspace deprecation

As of Splunk Cloud Platform 10.4.2604 and Splunk Enterprise 10.4, Analytics Workspace is now deprecated. ...

Splunk Developer Day Recap: Building, Publishing, and Growing on the Splunk Platform

Splunk Developer Day brought the Splunk developer community together for a practical look at what it means to ...