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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

What Is Splunk? Here’s What You Can Do with Splunk

Hey Splunk Community, we know you know Splunk. You likely leverage its unparalleled ability to ingest, index, ...

Level Up Your .conf25: Splunk Arcade Comes to Boston

With .conf25 right around the corner in Boston, there’s a lot to look forward to — inspiring keynotes, ...

Manual Instrumentation with Splunk Observability Cloud: How to Instrument Frontend ...

Although it might seem daunting, as we’ve seen in this series, manual instrumentation can be straightforward ...