Dashboards & Visualizations

Splunk Studio show a message or icon for a Pie chart which returns no data

kmm2
Path Finder

Splunk Studio show a message or icon for a Pie chart which returns no data:

 

I am looking to display an icon or message if no results are found on a pie chart in place of the grey pie image on a dashboard if no results are found.

Index=test (Eventcode=4010 OR Evnetcode=4011)
| stats latest (eventcode) as latest_event_code by Site
| eval Site= upper(site)
| where latest_event_code=4010

 


  I have been trying appends like the following:

| stats count
|eval NoResult="0"
| Where count=0
| appendpipe [stats count | eval Noresult="0" | eval test="test Message"]

Labels (1)
Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...