Splunk Enterprise

help on transforms.conf

jip31
Motivator

hi

i have difficulties to understandand whats exacty do the field DEST_KEY and FORMAT on my host in stanza 1 and FORMAT in stanza 2

I have read the documentation but.....

Thanks in advance

  [rfc5424_host]
  DEST_KEY = MetaData:Host
  REGEX = <\d+>\d{1}\s{1}\S+\s{1}(\S+)
  FORMAT = host::$1
[host_as_src]
SOURCE_KEY = host
REGEX = (.+)
FORMAT = src::"$1

 

Labels (1)
Tags (1)
0 Karma
1 Solution

isoutamo
SplunkTrust
SplunkTrust

Hi

in 1st case DEST_KEY define that value of REGEX (inside()) will put into host field. That seems to be a host value in syslog feed, based on your REGEX.

In 2nd example, I think that you have additional “ on your stanza? Basically it take host field and copy it’s content to src field.

r. Ismo

View solution in original post

0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

in 1st case DEST_KEY define that value of REGEX (inside()) will put into host field. That seems to be a host value in syslog feed, based on your REGEX.

In 2nd example, I think that you have additional “ on your stanza? Basically it take host field and copy it’s content to src field.

r. Ismo

0 Karma
Get Updates on the Splunk Community!

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...