Dashboards & Visualizations

How to get a single value display to show a value of zero instead of no results?

sidekix24
Path Finder

Hello,

How do I get a single value display to show a value of zero instead of no results? I've tried fillnull in various spots in my search but I can't seem to get it to work.

Thanks

0 Karma

sundareshr
Legend

See if this works (name of the column (x) should be same in both searches)

index=_internal "return zero" | table x | append [| makeresults | eval x=0 | table x] | head 1

sidekix24
Path Finder

I think that might have done the trick!!!

Thanks

0 Karma

MuS
SplunkTrust
SplunkTrust

Just a little addition to this: you can run use stats and eval to do the same - see this answer https://answers.splunk.com/answers/176466/how-to-use-eval-if-there-is-no-result-from-the-bas-1.html the learn more on this topic.

cheers, MuS

0 Karma

sundareshr
Legend

Please mark accepted to close this out.

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