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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...