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!

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...

UCC Framework: Discover Developer Toolkit for Building Technology Add-ons

The Next-Gen Toolkit for Splunk Technology Add-on Development The Universal Configuration Console (UCC) ...

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...