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!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...