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,

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!

Splunk App for Anomaly Detection End of Life Announcement

Q: What is happening to the Splunk App for Anomaly Detection?A: Splunk is officially announcing the ...

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...