<?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: tabs In Dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/473336#M31073</link>
    <description>&lt;P&gt;@davidda this seems to be a bug with 7.3.x and higher versions (even in 8.x) where data elements do not seem to work in Simple XML. If you download the demo tabs app from the blog and convert to HTML Dashboard, then it would work.&lt;/P&gt;

&lt;P&gt;The issue seems to be that &lt;CODE&gt;data&lt;/CODE&gt; elements in simple xml html panels no longer work for example &lt;CODE&gt;data-toggle&lt;/CODE&gt;,&lt;CODE&gt;data-elements&lt;/CODE&gt; etc. However, I did not see any error thrown browser, so not sure where it is failing. Work around would be to handle such things through Simple XML JS extension. &lt;BR /&gt;
Let us know if &lt;BR /&gt;
1) either conversion to HTML Dashboard will work for you&lt;BR /&gt;
2) You can create a ticket for Splunk Support/Splunk Dev team to look at the issue with data elements in Simple XML.&lt;/P&gt;

&lt;P&gt;If the above do not work and you need further assistance for Splunk Answers community for a workaround with Simple XML JS extension please let us know.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jan 2020 10:20:35 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2020-01-02T10:20:35Z</dc:date>
    <item>
      <title>tabs In Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/473335#M31072</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I used the following &lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/making-a-dashboard-with-tabs-and-searches-that-run-when-clicked.html"&gt;blog&lt;/A&gt; to create a dashboard with tabs, it was working great until my last version update to 7.3.3 from 7.2.4&lt;/P&gt;

&lt;P&gt;Since the update I can't press the tabs and all the panels are display in the main page (the default tab).&lt;/P&gt;

&lt;P&gt;It seems there is an issue with the tokens from JS files, anyone had that issue and knows how to fixed it?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2019 08:47:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/473335#M31072</guid>
      <dc:creator>davidda</dc:creator>
      <dc:date>2019-12-30T08:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: tabs In Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/473336#M31073</link>
      <description>&lt;P&gt;@davidda this seems to be a bug with 7.3.x and higher versions (even in 8.x) where data elements do not seem to work in Simple XML. If you download the demo tabs app from the blog and convert to HTML Dashboard, then it would work.&lt;/P&gt;

&lt;P&gt;The issue seems to be that &lt;CODE&gt;data&lt;/CODE&gt; elements in simple xml html panels no longer work for example &lt;CODE&gt;data-toggle&lt;/CODE&gt;,&lt;CODE&gt;data-elements&lt;/CODE&gt; etc. However, I did not see any error thrown browser, so not sure where it is failing. Work around would be to handle such things through Simple XML JS extension. &lt;BR /&gt;
Let us know if &lt;BR /&gt;
1) either conversion to HTML Dashboard will work for you&lt;BR /&gt;
2) You can create a ticket for Splunk Support/Splunk Dev team to look at the issue with data elements in Simple XML.&lt;/P&gt;

&lt;P&gt;If the above do not work and you need further assistance for Splunk Answers community for a workaround with Simple XML JS extension please let us know.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 10:20:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/473336#M31073</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-01-02T10:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: tabs In Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/473337#M31074</link>
      <description>&lt;P&gt;Have you tried updating to the newest version on &lt;A href="https://github.com/LukeMurphey/splunk-dashboard-tabs-example"&gt;https://github.com/LukeMurphey/splunk-dashboard-tabs-example&lt;/A&gt;  ?&lt;/P&gt;

&lt;P&gt;In particular &lt;A href="https://raw.githubusercontent.com/LukeMurphey/splunk-dashboard-tabs-example/master/src/appserver/static/tabs.js"&gt;https://raw.githubusercontent.com/LukeMurphey/splunk-dashboard-tabs-example/master/src/appserver/static/tabs.js&lt;/A&gt; has changed to work on 8.0&lt;/P&gt;

&lt;P&gt;Then force refresh/use developer mode and disable cache?&lt;BR /&gt;
I did the update in a search head cluster for 7.3.3 but I had 1 individual who was hitting CTRL+F5 in Chrome and the tabs were not working.&lt;BR /&gt;
Using developer tools (F12) + Network tab + disable cache and then the refresh resolved the issue.&lt;/P&gt;

&lt;P&gt;Of course wiping the cache of the entire browser would have also likely fixed it.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 11:01:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/473337#M31074</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2020-01-02T11:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: tabs In Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/473338#M31075</link>
      <description>&lt;P&gt;Hi gjanders,&lt;/P&gt;

&lt;P&gt;Thank you, it works great after updating the JS.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jan 2020 13:13:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/473338#M31075</guid>
      <dc:creator>davidda</dc:creator>
      <dc:date>2020-01-12T13:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: tabs In Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/473339#M31076</link>
      <description>&lt;P&gt;Tabs.js used to work in such a way that tabs looked like "bread crumbs". Now, with recent version I see a row of underlined texts based on what tab is selected. &lt;/P&gt;

&lt;P&gt;How can I get a typical bread crumb look and feel?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 13:36:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/473339#M31076</guid>
      <dc:creator>tomasmoser</dc:creator>
      <dc:date>2020-02-04T13:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: tabs In Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/473340#M31077</link>
      <description>&lt;P&gt;Just to document a different approach using &lt;CODE&gt;Simple XML with CSS Extension to create Tab in Splunk Dashboard without the need of JS Extension&lt;/CODE&gt; : &lt;A href="https://answers.splunk.com/answers/819869/how-can-we-create-tabs-using-link-list-in-splunk-w.html?childToView=819873#answer-819873"&gt;https://answers.splunk.com/answers/819869/how-can-we-create-tabs-using-link-list-in-splunk-w.html?childToView=819873#answer-819873&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 13:29:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/473340#M31077</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-04-30T13:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: tabs In Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/510386#M34023</link>
      <description>&lt;P&gt;Did you face the problem of tab focus?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have three layers of tabs in dashboard when the dashboard is loaded for the first time, tab focus moves to first tab of last layer .Ideally, it should be on first tab of first layer. Any inputs on this.&lt;/P&gt;&lt;P&gt;Any help would be appreciable.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 09:29:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/tabs-In-Dashboard/m-p/510386#M34023</guid>
      <dc:creator>sbhatnagar88</dc:creator>
      <dc:date>2020-07-22T09:29:44Z</dc:date>
    </item>
  </channel>
</rss>

