Splunk Search

Can i count the value for the multivalue field?

jasklee
Engager

I want to count the number for the multivalue field

count(eval x=commands("search passed | search sub_areaA")) AS sub_areaAPass

is there any other way or which part of this am i wrong?

Tags (3)
0 Karma

somesoni2
Revered Legend

You want to count the no of values inside the multivalued field? Look for "mvcount" command available with eval.

0 Karma

wpreston
Motivator

Try using streamstats, like:

... your search ... | streamstats count(YourMultiValueField) window=1 global=f | ...rest of your search or report commands...
0 Karma

jasklee
Engager

is it like this?

streamstats count(eval(status="passed"|sub_area="sub_areaA") window=1 global=f

??

or other format?

0 Karma
Get Updates on the Splunk Community!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...