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!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...