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!

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

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...