Splunk Search

When changing host value using transforms.conf, how do I set the host value to something based on a regex?

dfetcher
Engager

I'm very new to Splunk. I'm trying to use transforms.conf and props.conf to set the host value to something based on a regex. Every time I try it, the host value is always set to $1.

This is my transforms.conf

[setHost]
DEST_KEY = MetaData:Host
SOURCE_KEY = MetaData:Source
REGEX = webserver\d{0,2}-\d{0,3}
FORMAT = host::"$1"

This is my props.conf

[iis]
TRANSFORMS-setHost = setHost

The source that it's coming from looks like this /var/logs/webserver01-003/blah.log

How do I get this to work?

Thank you.

Tags (1)
0 Karma
1 Solution

FrankVl
Ultra Champion

Or much simpler: set host_segment = 3 in inputs.conf and you can forget about that whole TRANSFORMS stuff 🙂

View solution in original post

FrankVl
Ultra Champion

Or much simpler: set host_segment = 3 in inputs.conf and you can forget about that whole TRANSFORMS stuff 🙂

martin_mueller
SplunkTrust
SplunkTrust

Remove the double quotes around $1 in your FORMAT, and add a capturing group to your REGEX around whatever you want the host value to be. $1 refers to the first capturing group, without a capturing group there's nothing to refer to.

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