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!

Get ready to show some Splunk Certification swagger at .conf24!

Dive into the deep end of data by earning a Splunk Certification at .conf24. We're enticing you again this ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Now On-Demand Join us to learn more about how you can leverage Service Level Objectives (SLOs) and the new ...

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