Splunk Search

How to create multivalue field with regex?

tgdvopab
Path Finder

Hello

I want to push values into a multivalue field.

The raw data are looking like the following:

Sep 6 14:27:56 This is a test from admin@chip.de to_address: test1@chip.de, test2@chip.de
Sep 7 12:24:34 This is a test from admin@chip.de to_address: test1@chip.de
Sep 7 12:24:34 This is a test from admin@chip.de to_address: test1@chip.de, test2@chip.de, test3@chip.de, info@web.com

Now I want to push all email addresses after the to_address into a multivalue field.

Does anyone know, how to achieve this?

Thanks

0 Karma

Nicolo_Figiani
Path Finder

Hello,
in order to have a multivalue field from the regex, make sure to tweak the fields.conf as well:

TOKENIZER =
Use this setting to configure multivalue fields. A regular expression that indicates how the field can take on multiple values
at the same time. Otherwise, the first group is taken from each match to form the set of
values.

More info in the docs: fields.conf spec

Hope it helps, regards..

0 Karma

sundareshr
Legend

Try this

... | rex "to_address\:\s(?<to>.*)" | makemv to delim=", " 
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...