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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...