Splunk Search

How to display tooltip on a panel without using javascript?

ATSplunker
New Member

I need to show a tooltip on a panel, to let users know that clicking on the value will take them to a drill down. Is there a way to achieve this without using Javascript?

This is the code for the panel from the source.

 

 

<panel>
<title>Supported Platforms Count</title>
<single>
<title>This metric gives the count of platforms supported by Integration platform engineering team</title>
<search>
<query>| inputlookup Integrations_Platform_List.csv
| stats count</query>
<earliest>$global_time.earliest$</earliest>
<latest>$global_time.latest$</latest>
<sampleRatio>1</sampleRatio>
</search>
<option name="drilldown">all</option>
<option name="height">200</option>
<option name="rangeColors">["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]</option>
<option name="refresh.display">progressbar</option>
<option name="trellis.enabled">0</option>
<option name="trellis.size">medium</option>
<option name="trellis.splitBy">_aggregation</option>
<drilldown>
<link target="_blank">search?q=%7C%20inputlookup%20Integrations_Platform_List.csv%0A%7C%20stats%20count&amp;earliest=$global_time.earliest$&amp;latest=$global_time.latest$</link>
</drilldown>
</single>
</panel>

 

 

 

Thanks,

Labels (1)
Tags (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @ATSplunker,

you could see this answer of the fantastic @niketn : https://community.splunk.com/t5/Dashboards-Visualizations/Adding-tooltip-to-panel-on-a-hover/m-p/111....

Add this requisite to Splunk ideas (ideas.splunk.com).

Ciao.

Giuseppe

0 Karma

ATSplunker
New Member

This solution is using javascript. I don't have access to add the .js file in the SplunkApp path, hence looking for any option without using javascript.

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @ATSplunker,

sorry, I missed the javascript landscape.

in this case there isn't any solution to your problem.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...