Splunk Search

How to write the regex and configure transforms.conf to extract multiple values for one field?

jlhamlet
Path Finder

Hi,

I am indexing data with events in this format:

Field1:value1|Field1:value2 .....

In my transforms.conf i set the regex to :

REGEX =  (?<_KEY_1>[a-zA-Z]+):(?<_VAL_1>[^|]+)

This only extracts Value1 for Field1 and seems to ignore Value2.

I am a newbie to regex, can someone help me out here ?

Note that the IFX (web interface) does not allow me to extract Value2 to Field1.

Thank you,

0 Karma
1 Solution

Ayn
Legend

Add "MV_ADD = true" in your transforms.conf. By default Splunk will write results only if the field it's about to write to is empty. When you set MV_ADD to true, Splunk will instead add the new value to the existing field, and make it multivalued.

View solution in original post

Ayn
Legend

Add "MV_ADD = true" in your transforms.conf. By default Splunk will write results only if the field it's about to write to is empty. When you set MV_ADD to true, Splunk will instead add the new value to the existing field, and make it multivalued.

jlhamlet
Path Finder

Thank You very much for your help. It worked perfectly.

Regards,

jlhamlet
Path Finder

Thank you, I will test this and get back to you.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...