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

Labels (1)
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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...