<?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 Re: Drilldown from Status Indicator icon in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373183#M45217</link>
    <description>&lt;P&gt;and if you have different panels then give that panel id and use that id in js...&lt;BR /&gt;
if you have resolved your question then please accept the answer and do upvote the comments which helped you...&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 12 Feb 2018 07:34:48 GMT</pubDate>
    <dc:creator>493669</dc:creator>
    <dc:date>2018-02-12T07:34:48Z</dc:date>
    <item>
      <title>Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373165#M45199</link>
      <description>&lt;P&gt;hi, &lt;/P&gt;

&lt;P&gt;I had used the status indicator on my dashboard and what I want is when I click the icon, another dashboard will pop-up.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/227704-capture.jpg" alt="alt text" /&gt;&lt;BR /&gt;
I had read and followed the article from this link &lt;A href="https://answers.splunk.com/answers/471329/is-it-possible-to-drilldown-from-an-status-indicat.html#comment-617098" target="_blank"&gt;https://answers.splunk.com/answers/471329/is-it-possible-to-drilldown-from-an-status-indicat.html#comment-617098&lt;/A&gt; but it seems like it doesn't work. It is something wrong with my javascript/XML&lt;/P&gt;

&lt;P&gt;here my XML code:&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/227705-capture2.jpg" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;And this is my java script where I locate it at C:\Program Files\Splunk\etc\apps\status_indicator_app\appserver\static\drilldown.js:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;var components = [splunkjs/ready!,splunkjs/mvc/simplexml/ready!,jquery];
require(components, function(mvc,ignored,$) 
{ $(#something).click(function() {window.open(SolarwindsGroupCircuit,'_blank' )})});
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:02:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373165#M45199</guid>
      <dc:creator>hafizuddin</dc:creator>
      <dc:date>2020-09-29T18:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373166#M45200</link>
      <description>&lt;P&gt;the dashboard which you have created is under status indicator app or different app?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 02:51:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373166#M45200</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-12T02:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373167#M45201</link>
      <description>&lt;P&gt;Hi @hafizuddin,&lt;BR /&gt;
It seems you have placed js in status indicator app but your dashboard xml is in different app so you need to move your js in specific app where your dashboard xml is created : &lt;CODE&gt;C:\Program Files\Splunk\etc\apps\&amp;lt;app_name&amp;gt;\appserver\static\&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 03:31:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373167#M45201</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-12T03:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373168#M45202</link>
      <description>&lt;P&gt;the dashboard on search app folder and the java script on status indicator app folder...&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 03:36:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373168#M45202</guid>
      <dc:creator>hafizuddin</dc:creator>
      <dc:date>2018-02-12T03:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373169#M45203</link>
      <description>&lt;P&gt;i already place the js file same as dashboard xml created..it working popup but appear page not found&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 03:45:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373169#M45203</guid>
      <dc:creator>hafizuddin</dc:creator>
      <dc:date>2018-02-12T03:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373170#M45204</link>
      <description>&lt;P&gt;so now you have placed js file in search app?  have tried adding &lt;CODE&gt;console.log("alert");&lt;/CODE&gt; OR &lt;CODE&gt;alert("Alert");&lt;/CODE&gt; in your js and does it is getting reflected?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 03:52:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373170#M45204</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-12T03:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373171#M45205</link>
      <description>&lt;P&gt;i had place js file in search app and it working popup other page but appear page not found.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 04:05:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373171#M45205</guid>
      <dc:creator>hafizuddin</dc:creator>
      <dc:date>2018-02-12T04:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373172#M45206</link>
      <description>&lt;P&gt;I had locate js file on search app and it seem working pop-up to other page but my dashboard not appear. it pop up to page not found. &lt;/P&gt;

&lt;P&gt;Page not found!&lt;BR /&gt;
View more information about your request (request ID = 5a8112f1583522b659b0) in Search&lt;/P&gt;

&lt;P&gt;did i miss something on this&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 04:07:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373172#M45206</guid>
      <dc:creator>hafizuddin</dc:creator>
      <dc:date>2018-02-12T04:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373173#M45207</link>
      <description>&lt;P&gt;Potentially silly question, but did you restart splunk (or at least &lt;CODE&gt;/debug/refresh&lt;/CODE&gt;) after you placed the js and xml?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 04:16:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373173#M45207</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2018-02-12T04:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373174#M45208</link>
      <description>&lt;P&gt;I already restart splunk via cmd 2 to 3 times but page not found still not resolve&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 04:20:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373174#M45208</guid>
      <dc:creator>hafizuddin</dc:creator>
      <dc:date>2018-02-12T04:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373175#M45209</link>
      <description>&lt;P&gt;ok.. I think I got your issue...&lt;BR /&gt;
go to Settings&amp;gt;&amp;gt;User interface »Views&lt;BR /&gt;
here check your SolarwindsGroupCircuit dashboard view name it might be different...?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 04:22:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373175#M45209</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-12T04:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373176#M45210</link>
      <description>&lt;P&gt;add this view name in your js and bump once&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 04:23:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373176#M45210</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-12T04:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373177#M45211</link>
      <description>&lt;P&gt;yeah i notice it the view name is different where it name it solarwinds. so I nee change the SolarwindsGroupCircuit to solarwinds at my js file? &lt;BR /&gt;
if yes, I already make change to js a couple of minutes ago but it seem not work&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 04:36:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373177#M45211</guid>
      <dc:creator>hafizuddin</dc:creator>
      <dc:date>2018-02-12T04:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373178#M45212</link>
      <description>&lt;P&gt;after making changes in js have you bump i.e. &lt;CODE&gt;splunk_server/en-GB/_bump&lt;/CODE&gt; like for localhost it will be &lt;CODE&gt;&lt;A href="http://localhost:8000/en-GB/_bump" target="test_blank"&gt;http://localhost:8000/en-GB/_bump&lt;/A&gt;&lt;/CODE&gt; and then click on &lt;CODE&gt;bump_version&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 04:40:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373178#M45212</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-12T04:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373179#M45213</link>
      <description>&lt;P&gt;how many bump need I click...I already click it 5 times means version 5 and refresh back my browser and try click the icon back but nothing happen...no popup anymore&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 06:14:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373179#M45213</guid>
      <dc:creator>hafizuddin</dc:creator>
      <dc:date>2018-02-12T06:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373180#M45214</link>
      <description>&lt;P&gt;only one bump is fine....Go to your solarwinds view (Settings&amp;gt;&amp;gt;User interface »Views) and check permissions, set to All apps and give Read permission to everyone&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 06:20:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373180#M45214</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-12T06:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373181#M45215</link>
      <description>&lt;P&gt;wow amazing...it working after I bump and change permission...thank you so much...&lt;/P&gt;

&lt;P&gt;one question: &lt;BR /&gt;
if I had many status indicator in one dashboard and every status indicator need to popup to different dashboard.how I make it?can we set the script for each status indicator? &lt;BR /&gt;
I notice our activity today just for whole dashboard where we call the script. i'm right? &lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 07:06:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373181#M45215</guid>
      <dc:creator>hafizuddin</dc:creator>
      <dc:date>2018-02-12T07:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373182#M45216</link>
      <description>&lt;P&gt;are you talking in same panel you need to have to drilldown to different dashboard ? if so then you need to set token and as per token selection you can go to new dashboard &lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 07:18:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373182#M45216</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-12T07:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373183#M45217</link>
      <description>&lt;P&gt;and if you have different panels then give that panel id and use that id in js...&lt;BR /&gt;
if you have resolved your question then please accept the answer and do upvote the comments which helped you...&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 07:34:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373183#M45217</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-12T07:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown from Status Indicator icon</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373184#M45218</link>
      <description>&lt;P&gt;what I mean if I had many status indicator like below and every status indicator when I click it popup to different dashboard. does it set to token?&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4369i74C6B6C6E362B4E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 08:24:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Drilldown-from-Status-Indicator-icon/m-p/373184#M45218</guid>
      <dc:creator>hafizuddin</dc:creator>
      <dc:date>2018-02-12T08:24:36Z</dc:date>
    </item>
  </channel>
</rss>

