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
Legend

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!

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