Getting Data In

How to override the props source?

coreyf311
Path Finder

I have the below configured but source is not being over written. I am trying to wild card anything after Windows in the path.

props.conf

[source::/var/log/Windows/*]
TRANSFORMS-changesource=changesource

transforms.conf

[changesource]
FORMAT= source::WinEventLog:Security
DEST_KEY=MetaData:Source

I have it deployed to my heavy forwarder. It's not working there. I am also curious if I can deploy something like this to a Universal Forwarder after I am sure the syntax is correct?

0 Karma
1 Solution

FrankVl
Ultra Champion

If you have further sub-directories behind /var/log/Windows/, you need to use the ... wildcard instead of *. So try [source::/var/log/Windows/...] instead.

And no, these operations cannot be done on UF. Unless this specific source value matches a specific inputs.conf stanza, then you could set the source field as part of the inputs.conf.

View solution in original post

0 Karma

FrankVl
Ultra Champion

If you have further sub-directories behind /var/log/Windows/, you need to use the ... wildcard instead of *. So try [source::/var/log/Windows/...] instead.

And no, these operations cannot be done on UF. Unless this specific source value matches a specific inputs.conf stanza, then you could set the source field as part of the inputs.conf.

0 Karma

coreyf311
Path Finder

I would prefer to set source as part of the inputs.conf Can I override the source in inputs.conf?

0 Karma

coreyf311
Path Finder

the current sources are /var/log/LOGCENTRAL/Windows/hostname/hostname.log. This obviously varies as there are many hosts writing logs. My props is now [source::/var/log/LOGCENTRAL/Windows/...] and thats not working either.

0 Karma

FrankVl
Ultra Champion

I think you need to add a REGEX = . to your transforms.conf. That setting is required for index-time extractions like this. Sorry for not catching that earlier.

0 Karma

FrankVl
Ultra Champion

Yes, you can simply add source = WinEventLog:Security to the relevant inputs.conf stanza.

0 Karma

coreyf311
Path Finder

a simple read of the inputs.conf spec gave me the answer 🙂 Thanks!

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!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...