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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...