Dashboards & Visualizations

How to get the drilldown panel to show message?

sahana
Engager

Hi 

I have a requirement like on like on the certain appName in below table the drilldown panel should show some message like "as it is lite application it is not applicable" instead of "No results"

lite apps are: FGS,CMS,abd

Onclick of success/failure count for the lite app the drilldown panel should show the above message

appName success failure
abd 1 12
profile 5 13
FGS 7 14
DSM 9 15
CMS 3

12

 

Thanks in advance

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Is the requirement that you want the "No results" message to be replaced with "as it is lite application it is not applicable" in the drilldown panel?

| appendpipe
  [| stats count as _count | where _count=0 | eval message="as it is lite application it is not applicable"]
0 Karma

sahana
Engager

Hi ITwhisperer,

Instead of "No Results " message in panel. I need to show this message 

"as it is lite application it is not applicable"

 

not in message field value

 

Thanks in advance

 

Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

One way you might be able to do this is to have a panel with just the HTML to display the message you want, and use a token and the depends attribute and rejects attribute on the panels so that either the table panel is displayed or the HTML panel, depending on whether there are any results returned.

0 Karma
Get Updates on the Splunk Community!

Enhance Your Splunk App Development: New Tools & Support

UCC FrameworkAdd-on Builder has been around for quite some time. It helps build Splunk apps faster, but it ...

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

This is the sixth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...