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
Ultra Champion

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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...