Splunk Search

How to convert a pie chart into a single value visualization when the search returns no results?

Chinmai
Explorer

Hello Guys,

I have a pie chart in my dashboard, so whenever the search returns nothing, the pie chart should convert into single value visualization showing count as 0. And if there are any results from the search, pie chart should remain as it is.
Currently it shows no results found whenever the search returns nothing.

Can anyone help me with this problem?

Many Thanks in advance.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Since the query is returning nothing, there is nothing to chart. Add this snippet to your search to force a count of zero when there are no results. Change the 'foo' and 'bar' fields to fields in your current query.

| appendpipe [ stats count | eval foo="Nothing found" | eval bar=0 | where count==0 | fields - count ] | ...
---
If this reply helps you, Karma would be appreciated.
0 Karma

Chinmai
Explorer

Thanks for your answer, but how will this convert pie chart into single value? this is in my dashboard panel, under chart tag the query is written

0 Karma

richgalloway
SplunkTrust
SplunkTrust

It won't change the type of chart. You'll still see a pie chart, but that's better than "No results found", right?

---
If this reply helps you, Karma would be appreciated.
0 Karma

Chinmai
Explorer

when count is 0, its not showing pie chart, it is showing "numeric data required"

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Check the field names in the appendpipe command. You may have foo and bar mixed up.

---
If this reply helps you, Karma would be appreciated.
0 Karma

Chinmai
Explorer

nope, they are fine, and still same result:( is there any other way to display 0 whenever the search returns nothing?

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