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!

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...