Splunk Search

Can you help me add a multvalue field extracting search to props?

Splunk_rocks
Path Finder

Hello Splunkers,

I have the below search working fine and extracting fields so how can i add to props file to make it permanent.

index=** sourcetype=logxx
| makemv delim="," rname

Tags (2)

harsmarvania57
SplunkTrust
SplunkTrust

Hi @Splunk_rocks,

You can create fields.conf with below configuration.

[yourfield]
TOKENIZER = ([^\,]+)\,?
0 Karma

Splunk_rocks
Path Finder

I have not tried but looks like this one also i need

| makemv delim="|" name

0 Karma

Splunk_rocks
Path Finder

I have tried below things in fields.conf but it did not worked

[myfield]
TOKENIZER = ([^|]+)|?
OR

[myfield ]
TOKENIZER = ([^\x7c]+)

[workstations]
TOKENIZER = ([^\,]+)\,?

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...