Splunk Search

how to make eval function to work for mutivalued fields ..... to display

dilstn
Explorer

Here is the eval function which i use in particular field (which is a multivalued field) and then this value n display only for the first value of field....can u guide me to get the other value for the multivalued field .....

.......|eval n=if(isint(field1),"yes","no")| table sno,field1,n

sno field1 n
1 102 yes
132
234
P21
PSP

so for the remaining field1 value the eval function doesnt show the value.....

so i need like this...

Sno field1 n
1 102 yes
132 yes
234 yes
PGT no
PSP no

Tags (1)
0 Karma

kristian_kolb
Ultra Champion

Perhaps the following may help;

mvexpand - make several events out of an event with a multivalued field (one for each value)

http://docs.splunk.com/Documentation/Splunk/5.0.2/SearchReference/Mvexpand

the mv* functions for eval, e.g. mvindex() and mvfilter() - see the examples

http://docs.splunk.com/Documentation/Splunk/5.0.1/SearchReference/CommonEvalFunctions

/Kristian

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...