<?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: Best way to add tabs into dashboards? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269790#M17099</link>
    <description>&lt;P&gt;Hi snix,i tried implementing tabs in my dashboard using the blog link you have posted.The problem which i am facing is the rows binded to data-elements are not displayed/hided properly in the first run.While i run for the first time,the dashboard shows all the row,irrespective of whether its binded to the tab or tab.can you provide the solution for this if you have?&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2017 18:40:55 GMT</pubDate>
    <dc:creator>jackson1990</dc:creator>
    <dc:date>2017-07-17T18:40:55Z</dc:date>
    <item>
      <title>Best way to add tabs into dashboards?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269785#M17094</link>
      <description>&lt;P&gt;Looking for a actively supporting solution that will allow me to add tabs into my dashboard to break up panels not just for organization but to also prevent all the panels from running at the same time once the dashboard is open. I would prefer the panels to only run when the tab is clicked on relative to the panels shown under that tab.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 12:33:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269785#M17094</guid>
      <dc:creator>snix</dc:creator>
      <dc:date>2015-10-12T12:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to add tabs into dashboards?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269786#M17095</link>
      <description>&lt;P&gt;&lt;A href="http://blogs.splunk.com/2015/03/30/making-a-dashboard-with-tabs-and-searches-that-run-when-clicked/"&gt;http://blogs.splunk.com/2015/03/30/making-a-dashboard-with-tabs-and-searches-that-run-when-clicked/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Okay I found this blog post on how to do what I am asking here and it seems simple enough that even I can understand and was able to get tabs working. The only problem is as soon as I reference the tabs.js and .css files in the  it makes the tabs actually function but all the panels just say "Search is waiting for input...".&lt;/P&gt;

&lt;P&gt;Tried taking the code all the way down to a simple single panel just in case I put something strange in and still have the same problem I even noticed it shows up on the Tabs Example app provided in the post.&lt;/P&gt;

&lt;P&gt;What could be causing this?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 19:17:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269786#M17095</guid>
      <dc:creator>snix</dc:creator>
      <dc:date>2015-10-12T19:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to add tabs into dashboards?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269787#M17096</link>
      <description>&lt;P&gt;in the tabs example Step 1, click the submit button&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 15:15:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269787#M17096</guid>
      <dc:creator>rphillips_splk</dc:creator>
      <dc:date>2015-10-14T15:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to add tabs into dashboards?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269788#M17097</link>
      <description>&lt;P&gt;Thanks for replying back, I had answered that on another post and forgot to post that here as well but yes that was the trick. I felt so dumb after I realized there was a submit button. All my current views run automatically so I didn't even think to try hahah &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 18:32:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269788#M17097</guid>
      <dc:creator>snix</dc:creator>
      <dc:date>2015-10-14T18:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to add tabs into dashboards?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269789#M17098</link>
      <description>&lt;P&gt;If you want four tabs...&lt;BR /&gt;
Create four individual views (xml)&lt;BR /&gt;
Create a custom module with four tabs using html ul  &amp;amp; li  elements. attach an &lt;BR /&gt;
on click event to those tabs and load individual views inside an iframe when you got a click on the tabs&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2015 08:50:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269789#M17098</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2015-10-16T08:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to add tabs into dashboards?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269790#M17099</link>
      <description>&lt;P&gt;Hi snix,i tried implementing tabs in my dashboard using the blog link you have posted.The problem which i am facing is the rows binded to data-elements are not displayed/hided properly in the first run.While i run for the first time,the dashboard shows all the row,irrespective of whether its binded to the tab or tab.can you provide the solution for this if you have?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 18:40:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269790#M17099</guid>
      <dc:creator>jackson1990</dc:creator>
      <dc:date>2017-07-17T18:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to add tabs into dashboards?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269791#M17100</link>
      <description>&lt;P&gt;Check out  - Splunk 6.x Dashboard Examples app from splunk base - &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Below is the sample for link switcher/tab switcher&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
    &amp;lt;label&amp;gt;Link Switcher&amp;lt;/label&amp;gt;
    &amp;lt;description&amp;gt;Toggle dashboard content using a list of links.&amp;lt;/description&amp;gt;
    &amp;lt;fieldset submitButton="false"&amp;gt;
        &amp;lt;input type="link" token="unused"&amp;gt;
            &amp;lt;label&amp;gt;Choose a view&amp;lt;/label&amp;gt;
            &amp;lt;choice value="table"&amp;gt;Table&amp;lt;/choice&amp;gt;
            &amp;lt;choice value="chart"&amp;gt;Chart&amp;lt;/choice&amp;gt;
            &amp;lt;choice value="map"&amp;gt;Map&amp;lt;/choice&amp;gt;
            &amp;lt;default&amp;gt;Table&amp;lt;/default&amp;gt;
            &amp;lt;change&amp;gt;
                &amp;lt;condition value="table"&amp;gt;
                    &amp;lt;set token="showTable"&amp;gt;true&amp;lt;/set&amp;gt;
                    &amp;lt;unset token="showChart"&amp;gt;&amp;lt;/unset&amp;gt;
                    &amp;lt;unset token="showMap"&amp;gt;&amp;lt;/unset&amp;gt;
                &amp;lt;/condition&amp;gt;
                &amp;lt;condition value="chart"&amp;gt;
                    &amp;lt;set token="showChart"&amp;gt;true&amp;lt;/set&amp;gt;
                    &amp;lt;unset token="showTable"&amp;gt;&amp;lt;/unset&amp;gt;
                    &amp;lt;unset token="showMap"&amp;gt;&amp;lt;/unset&amp;gt;
                &amp;lt;/condition&amp;gt;
                &amp;lt;condition value="map"&amp;gt;
                    &amp;lt;set token="showMap"&amp;gt;true&amp;lt;/set&amp;gt;
                    &amp;lt;unset token="showChart"&amp;gt;&amp;lt;/unset&amp;gt;
                    &amp;lt;unset token="showTable"&amp;gt;&amp;lt;/unset&amp;gt;
                &amp;lt;/condition&amp;gt;
            &amp;lt;/change&amp;gt;
        &amp;lt;/input&amp;gt;
    &amp;lt;/fieldset&amp;gt;
    &amp;lt;row&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;table depends="$showTable$"&amp;gt;
                &amp;lt;title&amp;gt;Table&amp;lt;/title&amp;gt;
                &amp;lt;search&amp;gt;
                    &amp;lt;query&amp;gt;index=_internal | stats count by sourcetype&amp;lt;/query&amp;gt;
                    &amp;lt;earliest&amp;gt;-24h&amp;lt;/earliest&amp;gt;
                    &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
                &amp;lt;/search&amp;gt;
            &amp;lt;/table&amp;gt;
            &amp;lt;chart depends="$showChart$"&amp;gt;
                &amp;lt;title&amp;gt;Chart&amp;lt;/title&amp;gt;
                &amp;lt;search&amp;gt;
                    &amp;lt;query&amp;gt;index=_internal | stats count by sourcetype&amp;lt;/query&amp;gt;
                    &amp;lt;earliest&amp;gt;-24h&amp;lt;/earliest&amp;gt;
                    &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
                &amp;lt;/search&amp;gt;
            &amp;lt;/chart&amp;gt;
            &amp;lt;map depends="$showMap$"&amp;gt;
                &amp;lt;title&amp;gt;Map&amp;lt;/title&amp;gt;
                &amp;lt;search&amp;gt;
                    &amp;lt;query&amp;gt;| inputlookup geomaps_data.csv | iplocation device_ip | geostats latfield=lat longfield=lon count by method&amp;lt;/query&amp;gt;
                    &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
                    &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
                &amp;lt;/search&amp;gt;
                &amp;lt;option name="mapping.map.center"&amp;gt;(30.810646,-10.556976)&amp;lt;/option&amp;gt;
                &amp;lt;option name="mapping.map.zoom"&amp;gt;2&amp;lt;/option&amp;gt;
            &amp;lt;/map&amp;gt;
        &amp;lt;/panel&amp;gt;
&amp;lt;/row&amp;gt;
    &amp;lt;row&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;input type="link" token="needed"&amp;gt;
                &amp;lt;label&amp;gt;Choose a sourcetype:&amp;lt;/label&amp;gt;
                &amp;lt;choice value="link4"&amp;gt;Internal Event Count&amp;lt;/choice&amp;gt;
                &amp;lt;choice value="link5"&amp;gt;Splunk Event Count&amp;lt;/choice&amp;gt;
                &amp;lt;default&amp;gt;Internal Event Count&amp;lt;/default&amp;gt;
                &amp;lt;change&amp;gt;
                    &amp;lt;condition value="link4"&amp;gt;
                        &amp;lt;set token="showInternal"&amp;gt;true&amp;lt;/set&amp;gt;
                        &amp;lt;unset token="showSplunkd"&amp;gt;&amp;lt;/unset&amp;gt;
                    &amp;lt;/condition&amp;gt;
                    &amp;lt;condition value="link5"&amp;gt;
                        &amp;lt;unset token="showInternal"&amp;gt;&amp;lt;/unset&amp;gt;
                        &amp;lt;set token="showSplunkd"&amp;gt;true&amp;lt;/set&amp;gt;
                    &amp;lt;/condition&amp;gt;
                &amp;lt;/change&amp;gt;
            &amp;lt;/input&amp;gt;
                &amp;lt;single depends="$showInternal$"&amp;gt;
                    &amp;lt;title&amp;gt;Internal event count&amp;lt;/title&amp;gt;
                    &amp;lt;search&amp;gt;
                        &amp;lt;query&amp;gt;index=_internal | stats count&amp;lt;/query&amp;gt;
                        &amp;lt;earliest&amp;gt;-24h&amp;lt;/earliest&amp;gt;
                        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
                    &amp;lt;/search&amp;gt;
                &amp;lt;/single&amp;gt;
                &amp;lt;single depends="$showSplunkd$"&amp;gt;
                    &amp;lt;title&amp;gt;Splunkd event count&amp;lt;/title&amp;gt;
                    &amp;lt;search&amp;gt;
                        &amp;lt;query&amp;gt;index=_internal sourcetype=splunkd | stats count&amp;lt;/query&amp;gt;
                        &amp;lt;earliest&amp;gt;-24h&amp;lt;/earliest&amp;gt;
                        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
                    &amp;lt;/search&amp;gt;
                &amp;lt;/single&amp;gt;
        &amp;lt;/panel&amp;gt;
    &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Jul 2017 18:55:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269791#M17100</guid>
      <dc:creator>sbbadri</dc:creator>
      <dc:date>2017-07-17T18:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to add tabs into dashboards?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269792#M17101</link>
      <description>&lt;P&gt;@jackson1990 did you find way to solve the problem? I've got the same issue.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 21:27:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Best-way-to-add-tabs-into-dashboards/m-p/269792#M17101</guid>
      <dc:creator>iKate</dc:creator>
      <dc:date>2017-08-21T21:27:07Z</dc:date>
    </item>
  </channel>
</rss>

