Splunk Search

single value chart (as a progress bar)

ra01
Path Finder

Using the example search:

testId=1 | stats count(sessionIDs)

that returns a single value, I'd like to present it in a horizontal bar chart as a progress bar for a test we're running.

If I use a "by" statement the chart works, (ex: count BY experienceID), but I want the total count as the only number charted.

I'm planning to make the max value of the chart the sessions we need before the test ends.

0 Karma

woodcock
Esteemed Legend

show some sample events and the a mockup of the desired visualization. I do not get it.

0 Karma

sundareshr
Legend

Try this

.... | eval x="" | stats count(sessionIDs) as cnt by x
0 Karma
Get Updates on the Splunk Community!

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

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