Dashboards & Visualizations

Dashboard Studio | Default Message for no results

splunkuser320
Path Finder

Hi, I need to display a message for the table and graph if the search results return no results.  Any idea how can display custom messages? 

Labels (1)
0 Karma

splunkuser320
Path Finder

base search
| stats sum(source_record) as Source,sum(target_record) as Target by ID
| appendpipe [| stats count as count | where count == 0 | eval target="Custom message"]

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| appendpipe
  [| stats count as _count
   | where _count == 0
   | eval message="Custom message"]
0 Karma

splunkuser320
Path Finder

Thanks, It's not displaying the message in the table but showing the empty table with all the columns. It is better than the default table icon. 

 

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Please share your full search displaying this behaviour

0 Karma
Get Updates on the Splunk Community!

Database Performance Sidebar Panel Now on APM Database Query Performance & Service ...

We’ve streamlined the troubleshooting experience for database-related service issues by adding a database ...

IM Landing Page Filter - Now Available

We’ve added the capability for you to filter across the summary details on the main Infrastructure Monitoring ...

Dynamic Links from Alerts to IM Navigators - New in Observability Cloud

Splunk continues to improve the troubleshooting experience in Observability Cloud with this latest enhancement ...