<?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 Automating bundle pushes from shcluster and index cluster in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Automating-bundle-pushes-from-shcluster-and-index-cluster/m-p/326124#M166166</link>
    <description>&lt;P&gt;Simple question, has anyone been able to successfully solve this? I can surely think of a bunch of easy ways to accomplish this (i.e. ansible) but what are others experiences? What advice do you have? At this point I have resigned myself to the fact that we have to do it manually, it's not that hard YET. This process is not scalable. I have no doubt that Splunk is working to solve this issue so I dont want to have have our team dev some complicated process around this. &lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2017 20:33:18 GMT</pubDate>
    <dc:creator>brent_weaver</dc:creator>
    <dc:date>2017-09-07T20:33:18Z</dc:date>
    <item>
      <title>Automating bundle pushes from shcluster and index cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Automating-bundle-pushes-from-shcluster-and-index-cluster/m-p/326124#M166166</link>
      <description>&lt;P&gt;Simple question, has anyone been able to successfully solve this? I can surely think of a bunch of easy ways to accomplish this (i.e. ansible) but what are others experiences? What advice do you have? At this point I have resigned myself to the fact that we have to do it manually, it's not that hard YET. This process is not scalable. I have no doubt that Splunk is working to solve this issue so I dont want to have have our team dev some complicated process around this. &lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 20:33:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Automating-bundle-pushes-from-shcluster-and-index-cluster/m-p/326124#M166166</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2017-09-07T20:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Automating bundle pushes from shcluster and index cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Automating-bundle-pushes-from-shcluster-and-index-cluster/m-p/326125#M166167</link>
      <description>&lt;P&gt;What isn't scalable? Are you talking about just things like &lt;CODE&gt;splunk apply cluster-bundle&lt;/CODE&gt; and &lt;CODE&gt;splunk apply shcluster-bundle -target &lt;A href="https://shcdeployer:8089" target="test_blank"&gt;https://shcdeployer:8089&lt;/A&gt;&lt;/CODE&gt;? Or is there something more I'm not getting?&lt;/P&gt;

&lt;P&gt;And, I would think that those commands done automatically would be like doing a reboot automatically - I'd want to be there when it happened in case something wasn't right.&lt;/P&gt;

&lt;P&gt;If I'm wrong, the I want to know the answer to your question, too.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 21:05:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Automating-bundle-pushes-from-shcluster-and-index-cluster/m-p/326125#M166167</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-09-07T21:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Automating bundle pushes from shcluster and index cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Automating-bundle-pushes-from-shcluster-and-index-cluster/m-p/326126#M166168</link>
      <description>&lt;P&gt;Thanks for the response. We are a global company with sites around the world and due to some countries' laws (Japan, Brazil etc..) data cannot leave the confines of the country. For this reason we were forced to create isolcated splunk instances in those regions. We have a process where we use git to have source control as well as propagate to deployments servers in each region (via S3), which in turn will manage each region centrally. This works awesome, but for each [potentially] small change made I will need to go to each region (which may have multiple SH Clusters) and push the bundle. Hopefully this makes sense.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 14:44:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Automating-bundle-pushes-from-shcluster-and-index-cluster/m-p/326126#M166168</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2017-09-08T14:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Automating bundle pushes from shcluster and index cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Automating-bundle-pushes-from-shcluster-and-index-cluster/m-p/326127#M166169</link>
      <description>&lt;P&gt;So you want to automate starting the deploy from one place, which will initiate the deploy the bundles on multiple SH Clusters, but not initiate the deploy on a regularly scheduled time without admin intervention, right?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 15:19:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Automating-bundle-pushes-from-shcluster-and-index-cluster/m-p/326127#M166169</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-09-08T15:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Automating bundle pushes from shcluster and index cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Automating-bundle-pushes-from-shcluster-and-index-cluster/m-p/326128#M166170</link>
      <description>&lt;P&gt;You can automate the execution of command if you can provide the authentication (&lt;CODE&gt;-auth admin:password&lt;/CODE&gt;) in the command itself. Just create a script which invokes those commands. Since in our area we can access deployment servers/deployers/cluster master from one central server (SSH), we are able to schedule a one time job run (using &lt;CODE&gt;at&lt;/CODE&gt; command) on all servers at once. If you do regular/scheduled deployment, you can create a crontab job on the server.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 15:43:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Automating-bundle-pushes-from-shcluster-and-index-cluster/m-p/326128#M166170</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-09-08T15:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automating bundle pushes from shcluster and index cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Automating-bundle-pushes-from-shcluster-and-index-cluster/m-p/326129#M166171</link>
      <description>&lt;P&gt;&lt;A href="https://github.com/Bridgewater/appetite"&gt;Appetite&lt;/A&gt; might be an answer, it's on my list of things to test but if you refer to the &lt;A href="https://conf.splunk.com/files/2016/slides/unified-open-sourced-splunk-configuration-management-system.pdf"&gt;slides they presented at conf 2016&lt;/A&gt; or the &lt;A href="https://conf.splunk.com/files/2016/recordings/unified-open-sourced-splunk-configuration-management-system.mp4"&gt;recording&lt;/A&gt; it might be a match for what you are attempting to do.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 22:13:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Automating-bundle-pushes-from-shcluster-and-index-cluster/m-p/326129#M166171</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-09-08T22:13:51Z</dc:date>
    </item>
  </channel>
</rss>

