<?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: Using views from Web Framework Toolkit in dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179724#M44777</link>
    <description>&lt;P&gt;To use the Sunburst chart in a dashboard, you can convert the dashboard to HTML, and then modify the HTML code that corresponds to the chart you want to replace. This process is a little easier than creating a new app because you can instead modify the one dashboard. However, once you convert the dashboard to HTML, you won't be able to go back to modifying it using the Dashboard Editor UI. Instead, you could create a copy of the dashboard and experiment on the copy.&lt;/P&gt;

&lt;P&gt;This section describes converting dashboards to HTML: &lt;A href="http://dev.splunk.com/view/webframework-htmldashboards/SP-CAAAEM2"&gt;http://dev.splunk.com/view/webframework-htmldashboards/SP-CAAAEM2&lt;/A&gt;&lt;BR /&gt;
This tutorial shows how to do it: &lt;A href="http://dev.splunk.com/view/SP-CAAAETP"&gt;http://dev.splunk.com/view/SP-CAAAETP&lt;/A&gt;. Step 6 shows how to replace a standard chart with one from the Splunk Web Framework Toolkit. &lt;/P&gt;</description>
    <pubDate>Tue, 05 May 2015 17:13:39 GMT</pubDate>
    <dc:creator>apruneda_splunk</dc:creator>
    <dc:date>2015-05-05T17:13:39Z</dc:date>
    <item>
      <title>Using views from Web Framework Toolkit in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179718#M44771</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;

&lt;P&gt;I recently came across the Web Framework Toolkit (version 1.1). (&lt;A href="http://dev.splunk.com/webframework"&gt;http://dev.splunk.com/webframework&lt;/A&gt;)&lt;BR /&gt;
So far, I have been using Splunk plain without apps, but I find the "Sunburst" Chart from the Web Framework Toolkit very helpful in one of my dashboards.&lt;/P&gt;

&lt;P&gt;Somehow I do not see at all from the documentation, how to integrate any of the charts / views in my dashboard. &lt;/P&gt;

&lt;P&gt;Is there a simple way of getting one of my searches to use the Sunburst chart?&lt;/P&gt;

&lt;P&gt;Thanks a lot,&lt;BR /&gt;
Christian&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2015 13:56:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179718#M44771</guid>
      <dc:creator>MemoreX42</dc:creator>
      <dc:date>2015-05-04T13:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using views from Web Framework Toolkit in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179719#M44772</link>
      <description>&lt;P&gt;Did you see this doc?   &lt;A href="http://dev.splunk.com/view/SP-CAAAEV5"&gt;http://dev.splunk.com/view/SP-CAAAEV5&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2015 17:17:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179719#M44772</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2015-05-04T17:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using views from Web Framework Toolkit in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179720#M44773</link>
      <description>&lt;P&gt;Yes, I have read this doc, but I don't have my own app. I am using Splunk plain out of the box. So far, I created dozens of dashboards and reports. All I want to do is add this sunburst chart to one of my dashboards.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2015 06:14:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179720#M44773</guid>
      <dc:creator>MemoreX42</dc:creator>
      <dc:date>2015-05-05T06:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using views from Web Framework Toolkit in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179721#M44774</link>
      <description>&lt;P&gt;hi&lt;BR /&gt;
following this link: &lt;A href="http://dev.splunk.com/webframework"&gt;http://dev.splunk.com/webframework&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;example of the &lt;CODE&gt;default.xml&lt;/CODE&gt; for the views&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav&amp;gt;   

    &amp;lt;a href="/dj/name_of_your_app/sunburst"&amp;gt;Sunburst&amp;lt;/a&amp;gt;
    &amp;lt;a href="/dj/name_of_your_app/calendar_view_of_count_by_Host"&amp;gt;Calendar view of count by Host&amp;lt;/a&amp;gt; 

&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;don't put &lt;CODE&gt;redirector&lt;/CODE&gt;&lt;BR /&gt;
please forgive my english.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2015 08:11:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179721#M44774</guid>
      <dc:creator>gyslainlatsa</dc:creator>
      <dc:date>2015-05-05T08:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using views from Web Framework Toolkit in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179722#M44775</link>
      <description>&lt;P&gt;I'm sorry but this is not helping me at all. Where would I need to add this code? Even the example app linked in the website you provided does not work at all, most of the charts do not open and just state error-sites. Is there no guide to simply add some of these views into a standard dashboard?&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2015 13:45:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179722#M44775</guid>
      <dc:creator>MemoreX42</dc:creator>
      <dc:date>2015-05-05T13:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using views from Web Framework Toolkit in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179723#M44776</link>
      <description>&lt;P&gt;inspires you the toolkit framework web application, you must install it in your splunk instance if any of your views will operate.&lt;BR /&gt;
The sunburst is an html file and you must locate in the framework web application toolkit then copy it and put it in the same directory in your application.&lt;BR /&gt;
First your application you'll be creating a web application framework, and you must also follow the first link I posted for the creation of the application etc ..&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2015 14:19:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179723#M44776</guid>
      <dc:creator>gyslainlatsa</dc:creator>
      <dc:date>2015-05-05T14:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using views from Web Framework Toolkit in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179724#M44777</link>
      <description>&lt;P&gt;To use the Sunburst chart in a dashboard, you can convert the dashboard to HTML, and then modify the HTML code that corresponds to the chart you want to replace. This process is a little easier than creating a new app because you can instead modify the one dashboard. However, once you convert the dashboard to HTML, you won't be able to go back to modifying it using the Dashboard Editor UI. Instead, you could create a copy of the dashboard and experiment on the copy.&lt;/P&gt;

&lt;P&gt;This section describes converting dashboards to HTML: &lt;A href="http://dev.splunk.com/view/webframework-htmldashboards/SP-CAAAEM2"&gt;http://dev.splunk.com/view/webframework-htmldashboards/SP-CAAAEM2&lt;/A&gt;&lt;BR /&gt;
This tutorial shows how to do it: &lt;A href="http://dev.splunk.com/view/SP-CAAAETP"&gt;http://dev.splunk.com/view/SP-CAAAETP&lt;/A&gt;. Step 6 shows how to replace a standard chart with one from the Splunk Web Framework Toolkit. &lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2015 17:13:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179724#M44777</guid>
      <dc:creator>apruneda_splunk</dc:creator>
      <dc:date>2015-05-05T17:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using views from Web Framework Toolkit in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179725#M44778</link>
      <description>&lt;P&gt;Thank you very much, this has actually worked. Although it is quite a hassle to always adjust the javascript in order to create such charts.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2015 10:07:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-views-from-Web-Framework-Toolkit-in-dashboard/m-p/179725#M44778</guid>
      <dc:creator>MemoreX42</dc:creator>
      <dc:date>2015-05-06T10:07:41Z</dc:date>
    </item>
  </channel>
</rss>

