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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...