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!

Fall Into Learning with New Splunk Education Courses

Every month, Splunk Education releases new courses to help you branch out, strengthen your data science roots, ...

Super Optimize your Splunk Stats Searches: Unlocking the Power of tstats, TERM, and ...

By Martin Hettervik, Senior Consultant and Team Leader at Accelerate at Iver, Splunk MVPThe stats command is ...

How Splunk Observability Cloud Prevented a Major Payment Crisis in Minutes

Your bank's payment processing system is humming along during a busy afternoon, handling millions in hourly ...