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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...