Splunk Search

How to choose one field value out of two ?

rakeshksingh
New Member

Hi All,

If a field has two values but I want to pick only one. Could you please suggest me with the help of which command I can do that ?

just as say
Field A= B,C

0 Karma

cpetterborg
SplunkTrust
SplunkTrust

Try something like this:

| makeresults | eval _raw="A=B,C" | rex "A=(?P<val>\S+)" | makemv delim="," val | eval choice=mvindex(val,1), not=mvindex(val,0)

You will have to provide your search, but the use of mvindex is what you want to see.

Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...