<?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 Practice for copying dashboards and apps between Splunk Enviroments in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186711#M72930</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;2 seems the most logical.  They are not version controlled.  However, what about the dashboards I created in my App in DEV what is the best way to move them over.  Is this just copying the XML over or would moving the apps include the dashboards associated with those apps?&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2015 14:49:55 GMT</pubDate>
    <dc:creator>chazilla44</dc:creator>
    <dc:date>2015-07-02T14:49:55Z</dc:date>
    <item>
      <title>Best Practice for copying dashboards and apps between Splunk Enviroments</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186707#M72926</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have multiple Environments each with a distributed deployment with various indexers, search heads and forwarders.  I like many have setup alot of apps and dashboards in my DEV/UAT environment.  My question is I want to use the same Dashboards and Apps in my other Environments i.e. IAT, PROD etc.. &lt;/P&gt;

&lt;P&gt;I know you can easily export the dashboard XML and searches and write them into the envirnonments and then download the actual apps on the deployment server in each environment and push out but I was wondering if anyone knew of a more structured way to do both without basically starting over in each environment.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Chad..&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 00:32:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186707#M72926</guid>
      <dc:creator>chazilla44</dc:creator>
      <dc:date>2015-07-02T00:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for copying dashboards and apps between Splunk Enviroments</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186708#M72927</link>
      <description>&lt;P&gt;That is what I do, make the dashboards an app and use DS.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 01:59:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186708#M72927</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-02T01:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for copying dashboards and apps between Splunk Enviroments</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186709#M72928</link>
      <description>&lt;P&gt;The App Exporter at &lt;A href="https://splunkbase.splunk.com/app/2613/"&gt;https://splunkbase.splunk.com/app/2613/&lt;/A&gt; can help you export your apps from DEV to later import them in IAT and PROD.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 08:19:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186709#M72928</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-07-02T08:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for copying dashboards and apps between Splunk Enviroments</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186710#M72929</link>
      <description>&lt;P&gt;While I don't know your deployment topology (distributed deployment or not, or even if you have multiple deployment servers)...&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;If you have multiple deployment servers, there is a so-called Multi-tenant scenario  "Example: How to propagate apps from Primary to Secondary Deployment Server" &lt;A href="http://wiki.splunk.com/Deploy:DeploymentServer"&gt;http://wiki.splunk.com/Deploy:DeploymentServer&lt;/A&gt; (which will be unsupported in the next major release of Splunk 7.0). More details straight from the docs: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/admin/Tenantsconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/admin/Tenantsconf&lt;/A&gt;. There is another Answers post on this method: &lt;A href="http://answers.splunk.com/answers/60559/can-one-deployment-server-send-data-to-another-deployemnt-server.html"&gt;http://answers.splunk.com/answers/60559/can-one-deployment-server-send-data-to-another-deployemnt-server.html&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;If you version control your apps in say Git (or some other version control system), you can check in your config apps which live on say on DS1 (deployment server one for DEV/UAT), then you can pull down your config apps on DS2 (deployment server two for ITA, etc.), then reload the deployment server.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;In a distributed deployment, which most large enterprise environments have due to having data collected from multiple data centers, method 2 might be your best bet!&lt;/P&gt;

&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 10:11:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186710#M72929</guid>
      <dc:creator>ncsantucci</dc:creator>
      <dc:date>2015-07-02T10:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for copying dashboards and apps between Splunk Enviroments</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186711#M72930</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;2 seems the most logical.  They are not version controlled.  However, what about the dashboards I created in my App in DEV what is the best way to move them over.  Is this just copying the XML over or would moving the apps include the dashboards associated with those apps?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 14:49:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186711#M72930</guid>
      <dc:creator>chazilla44</dc:creator>
      <dc:date>2015-07-02T14:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for copying dashboards and apps between Splunk Enviroments</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186712#M72931</link>
      <description>&lt;P&gt;Dashboards shared within an app or globally will get moved over after exporting the app from one stage and importing it in the next. You can verify this by looking at &lt;CODE&gt;$SPLUNK_HOME/etc/apps/your_app/local/data/ui/views&lt;/CODE&gt;, this should contain your XML files. Export the app using the App Exporter I linked to above, grab the .spl file, open it with a tar.gz capable tool and navigate to the same path - you should find your XML files again.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 15:33:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186712#M72931</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-07-02T15:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for copying dashboards and apps between Splunk Enviroments</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186713#M72932</link>
      <description>&lt;P&gt;Is the App Exporter only linux compatible or do you have a zip version for windows?  The enviroment is only windows not linux?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 15:43:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186713#M72932</guid>
      <dc:creator>chazilla44</dc:creator>
      <dc:date>2015-07-02T15:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for copying dashboards and apps between Splunk Enviroments</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186714#M72933</link>
      <description>&lt;P&gt;It's platform independent, and I'm using it at a customer on 2008R2.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 15:55:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Best-Practice-for-copying-dashboards-and-apps-between-Splunk/m-p/186714#M72933</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-07-02T15:55:42Z</dc:date>
    </item>
  </channel>
</rss>

