<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to display tooltip on a panel without using javascript? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-tooltip-on-a-panel-without-using-javascript/m-p/617024#M214425</link>
    <description>&lt;P&gt;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?&lt;/P&gt;
&lt;P&gt;This is the code for the panel from the source.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;panel&amp;gt;
&amp;lt;title&amp;gt;Supported Platforms Count&amp;lt;/title&amp;gt;
&amp;lt;single&amp;gt;
&amp;lt;title&amp;gt;This metric gives the count of platforms supported by Integration platform engineering team&amp;lt;/title&amp;gt;
&amp;lt;search&amp;gt;
&amp;lt;query&amp;gt;| inputlookup Integrations_Platform_List.csv
| stats count&amp;lt;/query&amp;gt;
&amp;lt;earliest&amp;gt;$global_time.earliest$&amp;lt;/earliest&amp;gt;
&amp;lt;latest&amp;gt;$global_time.latest$&amp;lt;/latest&amp;gt;
&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
&amp;lt;/search&amp;gt;
&amp;lt;option name="drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
&amp;lt;option name="height"&amp;gt;200&amp;lt;/option&amp;gt;
&amp;lt;option name="rangeColors"&amp;gt;["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]&amp;lt;/option&amp;gt;
&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
&amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
&amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
&amp;lt;option name="trellis.splitBy"&amp;gt;_aggregation&amp;lt;/option&amp;gt;
&amp;lt;drilldown&amp;gt;
&amp;lt;link target="_blank"&amp;gt;search?q=%7C%20inputlookup%20Integrations_Platform_List.csv%0A%7C%20stats%20count&amp;amp;amp;earliest=$global_time.earliest$&amp;amp;amp;latest=$global_time.latest$&amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;
&amp;lt;/single&amp;gt;
&amp;lt;/panel&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Thu, 13 Oct 2022 20:40:11 GMT</pubDate>
    <dc:creator>ATSplunker</dc:creator>
    <dc:date>2022-10-13T20:40:11Z</dc:date>
    <item>
      <title>How to display tooltip on a panel without using javascript?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-tooltip-on-a-panel-without-using-javascript/m-p/617024#M214425</link>
      <description>&lt;P&gt;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?&lt;/P&gt;
&lt;P&gt;This is the code for the panel from the source.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;panel&amp;gt;
&amp;lt;title&amp;gt;Supported Platforms Count&amp;lt;/title&amp;gt;
&amp;lt;single&amp;gt;
&amp;lt;title&amp;gt;This metric gives the count of platforms supported by Integration platform engineering team&amp;lt;/title&amp;gt;
&amp;lt;search&amp;gt;
&amp;lt;query&amp;gt;| inputlookup Integrations_Platform_List.csv
| stats count&amp;lt;/query&amp;gt;
&amp;lt;earliest&amp;gt;$global_time.earliest$&amp;lt;/earliest&amp;gt;
&amp;lt;latest&amp;gt;$global_time.latest$&amp;lt;/latest&amp;gt;
&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
&amp;lt;/search&amp;gt;
&amp;lt;option name="drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
&amp;lt;option name="height"&amp;gt;200&amp;lt;/option&amp;gt;
&amp;lt;option name="rangeColors"&amp;gt;["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]&amp;lt;/option&amp;gt;
&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
&amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
&amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
&amp;lt;option name="trellis.splitBy"&amp;gt;_aggregation&amp;lt;/option&amp;gt;
&amp;lt;drilldown&amp;gt;
&amp;lt;link target="_blank"&amp;gt;search?q=%7C%20inputlookup%20Integrations_Platform_List.csv%0A%7C%20stats%20count&amp;amp;amp;earliest=$global_time.earliest$&amp;amp;amp;latest=$global_time.latest$&amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;
&amp;lt;/single&amp;gt;
&amp;lt;/panel&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 20:40:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-tooltip-on-a-panel-without-using-javascript/m-p/617024#M214425</guid>
      <dc:creator>ATSplunker</dc:creator>
      <dc:date>2022-10-13T20:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to display tooltip on a panel without using javascript?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-tooltip-on-a-panel-without-using-javascript/m-p/617096#M214456</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/250323"&gt;@ATSplunker&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you could see this answer of the fantastic&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/201110"&gt;@niketn&lt;/a&gt;&amp;nbsp;:&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/Adding-tooltip-to-panel-on-a-hover/m-p/111513#:~:text=Step%201%3A%20Add%20id%20attribute,which%20requires%20Tooltip%20on%20hover.&amp;amp;text=Step%202%3A%20Add,Tooltip%20can%20also%20be%20adopted" target="_blank"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/Adding-tooltip-to-panel-on-a-hover/m-p/111513#:~:text=Step%201%3A%20Add%20id%20attribute,which%20requires%20Tooltip%20on%20hover.&amp;amp;text=Step%202%3A%20Add,Tooltip%20can%20also%20be%20adopted&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Add this requisite to Splunk ideas (ideas.splunk.com).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 06:46:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-tooltip-on-a-panel-without-using-javascript/m-p/617096#M214456</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-10-14T06:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to display tooltip on a panel without using javascript?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-tooltip-on-a-panel-without-using-javascript/m-p/617127#M214467</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 12:56:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-tooltip-on-a-panel-without-using-javascript/m-p/617127#M214467</guid>
      <dc:creator>ATSplunker</dc:creator>
      <dc:date>2022-10-14T12:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to display tooltip on a panel without using javascript?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-tooltip-on-a-panel-without-using-javascript/m-p/617160#M214478</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/250323"&gt;@ATSplunker&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;sorry, I missed the javascript landscape.&lt;/P&gt;&lt;P&gt;in this case there isn't any solution to your problem.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 15:38:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-tooltip-on-a-panel-without-using-javascript/m-p/617160#M214478</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-10-14T15:38:16Z</dc:date>
    </item>
  </channel>
</rss>

