<?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: Is there a way to backup/export a dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104453#M5900</link>
    <description>&lt;P&gt;Your dashboards must exist in another app, other than search then.  You can determine which app by looking at the URL when you're viewing the dashboard in question.&lt;/P&gt;

&lt;P&gt;http://&lt;SPLUNK_SERVER&gt;:8000/en-US/app/&lt;APP_NAME&gt;/&lt;DASHBOARD&gt;&lt;/DASHBOARD&gt;&lt;/APP_NAME&gt;&lt;/SPLUNK_SERVER&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Apr 2013 19:40:06 GMT</pubDate>
    <dc:creator>sbrant_splunk</dc:creator>
    <dc:date>2013-04-26T19:40:06Z</dc:date>
    <item>
      <title>Is there a way to backup/export a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104450#M5897</link>
      <description>&lt;P&gt;I have a couple of dashboards that I want to migrate from one splunk instance to another.&lt;/P&gt;

&lt;P&gt;Is there an easy way to backup/export a dashboard and recover/import it again?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2013 14:40:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104450#M5897</guid>
      <dc:creator>mcdermottsteven</dc:creator>
      <dc:date>2013-04-23T14:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to backup/export a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104451#M5898</link>
      <description>&lt;P&gt;Dashboards are stored on your Splunk search head in xml format.  You can find them in $SPLUNK_HOME/etc/apps/&lt;YOUR app="" name=""&gt;/local/data/ui/views&lt;/YOUR&gt;&lt;/P&gt;

&lt;P&gt;Note:  If you have a default install and you haven't created your own apps, it's likely that your dashboards are in the search app.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2013 15:09:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104451#M5898</guid>
      <dc:creator>sbrant_splunk</dc:creator>
      <dc:date>2013-04-23T15:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to backup/export a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104452#M5899</link>
      <description>&lt;P&gt;Ok So I do indeed have a default install so I'm looking in:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/etc/apps/search/local/data/ui/views&lt;/P&gt;

&lt;P&gt;But its empty.  I see the saved searches are in the:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/etc/apps/search/local/&lt;/P&gt;

&lt;P&gt;folder in the savedsearches.conf &amp;amp; viewstates.conf files but I don't believe the dashboard files are there?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2013 10:42:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104452#M5899</guid>
      <dc:creator>mcdermottsteven</dc:creator>
      <dc:date>2013-04-24T10:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to backup/export a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104453#M5900</link>
      <description>&lt;P&gt;Your dashboards must exist in another app, other than search then.  You can determine which app by looking at the URL when you're viewing the dashboard in question.&lt;/P&gt;

&lt;P&gt;http://&lt;SPLUNK_SERVER&gt;:8000/en-US/app/&lt;APP_NAME&gt;/&lt;DASHBOARD&gt;&lt;/DASHBOARD&gt;&lt;/APP_NAME&gt;&lt;/SPLUNK_SERVER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 19:40:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104453#M5900</guid>
      <dc:creator>sbrant_splunk</dc:creator>
      <dc:date>2013-04-26T19:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to backup/export a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104454#M5901</link>
      <description>&lt;P&gt;I have had success in this using scripting languages. &lt;/P&gt;

&lt;P&gt;We use perl / bash or if you have windows you can use batch files to copy the UI files mentioned above to a new location. &lt;/P&gt;

&lt;P&gt;Also... keep in mind that if you don't share your UI views globally, they may also be in the&lt;BR /&gt;
/opt/splunk/etc/users/&amp;lt; user name &amp;gt;/  folder&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 21:15:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104454#M5901</guid>
      <dc:creator>tmarlette</dc:creator>
      <dc:date>2013-04-26T21:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to backup/export a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104455#M5902</link>
      <description>&lt;P&gt;what worked for me was to convert the dashboard to an html (wich is not nessesary) and copy the text from the sourcefile to a .txt file on a flashdrive wich i carry with me 24/7, that way it can't be easily compromised and it's a way of backing up a dashboard while working with familliar filetypes and small file sizes. excuse me for the grammar.&lt;/P&gt;

&lt;P&gt;when you want to retrieve a dashboard, you just take the .txt file, copy the contents of the file to your clipboard, create a new (HTML) dashboard and paste the contents of your clipboard in your newly created dasboard sourcecode.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 10:15:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104455#M5902</guid>
      <dc:creator>nils1433</dc:creator>
      <dc:date>2013-12-05T10:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to backup/export a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104456#M5903</link>
      <description>&lt;P&gt;Splunk 6.1.3&lt;/P&gt;

&lt;P&gt;Go to Dashboards. Edit selected dashboard, and pick "Edit Source (XML)".&lt;/P&gt;

&lt;P&gt;In your new instance, create a dummy dashboard, go to Edit Source (XML), and paste this XML in there and Save.&lt;/P&gt;

&lt;P&gt;Might be a good idea to version-control that XML source somewhere too.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Oct 2014 18:34:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-backup-export-a-dashboard/m-p/104456#M5903</guid>
      <dc:creator>NK_1</dc:creator>
      <dc:date>2014-10-11T18:34:32Z</dc:date>
    </item>
  </channel>
</rss>

