Splunk Search

counting help

splunk_gs
Explorer

i have a field called "Status" which contains "fresh" or "stale" which is distinct via host
I want to do a distinct count by status in one row

the "fresh" count is 20
the "stale" count is 1

i tried doing stats count(eval(status="fresh")) AS fresh1 count(eval(status="stale")) AS stale1 by host
it continues to give me "1" for the "fresh" count when it should be 20.

The only way this works is if i do stats count(eval(freshness="Fresh")) AS fresh1 by status.
The problem is that it splits it in two rows. I need the answers in one row.

Please Help

Tags (1)
0 Karma

Ayn
Legend

Couldn't you just do

... | chart count by host,status

?

Get Updates on the Splunk Community!

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, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...