Splunk Dev

Search multi-valued field with specific values

vjajula
Engager

Hi All,

Can someone help me with the following

 ColY represents multi-value field. I want to search all rows which have null, 0 and someother values in ColY

Based on the below example output rows should be for A123456, A123461 

ColXColY
A123456null
0
56789
987654
A1234574332
A12345854322
0
A123459

null

0

A1234602345667
7665443
A123461

null

788765

0

A123462

876543

null

 

 

0 Karma
1 Solution

venkatasri
SplunkTrust
SplunkTrust

Hi @vjajula 

You can try search command,

<your base search> | search coIY=null AND coIy=0

 --

An upvote would be appreciated if this reply helps!

View solution in original post

venkatasri
SplunkTrust
SplunkTrust

Hi @vjajula 

You can try search command,

<your base search> | search coIY=null AND coIy=0

 --

An upvote would be appreciated if this reply helps!

vjajula
Engager

Thanks for the solution. This is perfect

0 Karma
Get Updates on the Splunk Community!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

This is the sixth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...