<?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: Proper way of pushing Splunk apps from dev environment to production environment in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Proper-way-of-pushing-Splunk-apps-from-dev-environment-to/m-p/416772#M14892</link>
    <description>&lt;P&gt;Thanks for the reply FrankVI.&lt;/P&gt;

&lt;P&gt;I agree this is not a Splunk question, but I wanted to know from guys here, what are the best tools to automate this stuff and what other guys are doing in this case ?  If somebody can suggest some tools which are already working in their environment along with initial configurations, it would be easy for me to deploy the same in my environment ?&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2019 09:22:27 GMT</pubDate>
    <dc:creator>pgadhari</dc:creator>
    <dc:date>2019-01-22T09:22:27Z</dc:date>
    <item>
      <title>Proper way of pushing Splunk apps from dev environment to production environment</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Proper-way-of-pushing-Splunk-apps-from-dev-environment-to/m-p/416770#M14890</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;

&lt;P&gt;I want to know the proper way of pushing the Splunk apps from dev environment to production environment. As of now, I am using Deployer for pushing the apps from dev to prod SH clusters. But, I think, ideally there should be an automated way of doing this using some devops tools ? My current procedure is manual and I want to automate this :&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Copy the modified views/lookups from dev environment to deployer manually, and then from, deployer push the cluster bundle to search heads.&lt;/LI&gt;
&lt;LI&gt;Everytime, if there are any minor changes also in dashboards, lookups, alerts etc. I have to manually copy each files to deployer and then push it to search head cluster.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Please let me know how can I automate this and whether we can use some tools to do this ? &lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
PG&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 08:29:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Proper-way-of-pushing-Splunk-apps-from-dev-environment-to/m-p/416770#M14890</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2019-01-22T08:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proper way of pushing Splunk apps from dev environment to production environment</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Proper-way-of-pushing-Splunk-apps-from-dev-environment-to/m-p/416771#M14891</link>
      <description>&lt;P&gt;That is not really a Splunk question I guess. There is all kinds of configuration management / deployment automation tools available to do such things.&lt;/P&gt;

&lt;P&gt;You could set up some scripts on the deployer to pull from some code repository, you can use deployment mechanisms from tools like Microsoft VSTS to push code out to the deployer, you can use tools like ansible to automate deployments...&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 08:57:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Proper-way-of-pushing-Splunk-apps-from-dev-environment-to/m-p/416771#M14891</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-01-22T08:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proper way of pushing Splunk apps from dev environment to production environment</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Proper-way-of-pushing-Splunk-apps-from-dev-environment-to/m-p/416772#M14892</link>
      <description>&lt;P&gt;Thanks for the reply FrankVI.&lt;/P&gt;

&lt;P&gt;I agree this is not a Splunk question, but I wanted to know from guys here, what are the best tools to automate this stuff and what other guys are doing in this case ?  If somebody can suggest some tools which are already working in their environment along with initial configurations, it would be easy for me to deploy the same in my environment ?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 09:22:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Proper-way-of-pushing-Splunk-apps-from-dev-environment-to/m-p/416772#M14892</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2019-01-22T09:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Proper way of pushing Splunk apps from dev environment to production environment</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Proper-way-of-pushing-Splunk-apps-from-dev-environment-to/m-p/416773#M14893</link>
      <description>&lt;P&gt;There can be diff ways and use of tools  [ ansible, chef, scripting, etc..]&lt;/P&gt;

&lt;P&gt;one simple way would be [ assuming your dev server is connected to a source control like GitHub], to ensure you have branch for your prod code and baseline the changes. Do the dev in dev server and create a tarball of all the apps and move that to your staging/test server, where you can deploy and test it. Once you are happy, create a tarball from test and untar in deployer and deploy it to SHC.&lt;/P&gt;

&lt;P&gt;This way, you will have all your changes in version control and will use a simple scripting/tar for all the apps and control the way its deployed reducing manual approach.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 11:36:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Proper-way-of-pushing-Splunk-apps-from-dev-environment-to/m-p/416773#M14893</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2019-01-22T11:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proper way of pushing Splunk apps from dev environment to production environment</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Proper-way-of-pushing-Splunk-apps-from-dev-environment-to/m-p/531637#M18290</link>
      <description>&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/23938"&gt;@pgadhari&lt;/a&gt;, did you get some solution or idea for this? We are also planning to implement similar thing.</description>
      <pubDate>Wed, 02 Dec 2020 06:48:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Proper-way-of-pushing-Splunk-apps-from-dev-environment-to/m-p/531637#M18290</guid>
      <dc:creator>ethomas8</dc:creator>
      <dc:date>2020-12-02T06:48:59Z</dc:date>
    </item>
  </channel>
</rss>

