<?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 any way to apply cluster-bundle without rolling restart and search interruption? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359531#M65602</link>
    <description>&lt;P&gt;If you're referring to pushing parsing changes to the indexer cluster, then you can review this documentation to understand what will cause a restart vs a reload&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Indexer/Updatepeerconfigurations#Restart_or_reload_after_configuration_bundle_changes.3F"&gt;Restart or Reload&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also, in 6.6 they finally added the ability to check whether the cluster will restart or not.  So you should at least be able to determine whether one will be needed - if not, then you might be able to make the changes during business hours.  We're not on 6.6 so I haven't had a chance to verify it works as expected.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Indexer/Updatepeerconfigurations#3._Validate_the_bundle"&gt;Validate the Bundle&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;To validate the bundle and check whether a restart is necessary, include the --check-restart parameter:

splunk validate cluster-bundle --check-restart
This version of the command first validates the bundle. If validation succeeds, it then checks whether a peer restart is necessary.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you're on an earlier version of Splunk, be sure to choose your version in the documentation.  Changes have become less impactful in recent versions, but older versions will probably require a restart more often.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2017 23:25:54 GMT</pubDate>
    <dc:creator>maciep</dc:creator>
    <dc:date>2017-08-08T23:25:54Z</dc:date>
    <item>
      <title>Is there any way to apply cluster-bundle without rolling restart and search interruption?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359527#M65598</link>
      <description>&lt;P&gt;I have a use case where we're updating props.conf frequently. We'd like to ideally be able to do this on an ad-hoc basis so that we don't have people waiting 'till the next day to start seeing their data parsed properly.&lt;/P&gt;

&lt;P&gt;However, that conflicts with the people who are already using Splunk - we cannot simply go and break searches on the Search Heads while they're using them.&lt;/P&gt;

&lt;P&gt;Is there any other way apply cluster-bundle without rolling restart and search interruption?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 20:09:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359527#M65598</guid>
      <dc:creator>allurirohan</dc:creator>
      <dc:date>2017-08-08T20:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to apply cluster-bundle without rolling restart and search interruption?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359528#M65599</link>
      <description>&lt;P&gt;The data parsing should happen on your Indexers or heavy forwarders right? &lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 20:49:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359528#M65599</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-08-08T20:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to apply cluster-bundle without rolling restart and search interruption?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359529#M65600</link>
      <description>&lt;P&gt;Yes, On indexers&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 20:50:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359529#M65600</guid>
      <dc:creator>allurirohan</dc:creator>
      <dc:date>2017-08-08T20:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to apply cluster-bundle without rolling restart and search interruption?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359530#M65601</link>
      <description>&lt;P&gt;So, you're deploying Field extractions/transforms to your SHC and don't want to restart? If yes, then you can use this method of cluster bundle deployment to push changes without initiating rolling restart.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/DistSearch/PropagateSHCconfigurationchanges#Control_the_restart_process"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.2/DistSearch/PropagateSHCconfigurationchanges#Control_the_restart_process&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Again, some changes do require a restart. For information on which configuration changes trigger restart, see $SPLUNK_HOME/etc/system/default/app.conf. It lists the configuration files that do not trigger restart when changed. All other configuration changes trigger restart.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 21:28:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359530#M65601</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-08-08T21:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to apply cluster-bundle without rolling restart and search interruption?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359531#M65602</link>
      <description>&lt;P&gt;If you're referring to pushing parsing changes to the indexer cluster, then you can review this documentation to understand what will cause a restart vs a reload&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Indexer/Updatepeerconfigurations#Restart_or_reload_after_configuration_bundle_changes.3F"&gt;Restart or Reload&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also, in 6.6 they finally added the ability to check whether the cluster will restart or not.  So you should at least be able to determine whether one will be needed - if not, then you might be able to make the changes during business hours.  We're not on 6.6 so I haven't had a chance to verify it works as expected.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Indexer/Updatepeerconfigurations#3._Validate_the_bundle"&gt;Validate the Bundle&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;To validate the bundle and check whether a restart is necessary, include the --check-restart parameter:

splunk validate cluster-bundle --check-restart
This version of the command first validates the bundle. If validation succeeds, it then checks whether a peer restart is necessary.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you're on an earlier version of Splunk, be sure to choose your version in the documentation.  Changes have become less impactful in recent versions, but older versions will probably require a restart more often.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 23:25:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359531#M65602</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2017-08-08T23:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to apply cluster-bundle without rolling restart and search interruption?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359532#M65603</link>
      <description>&lt;P&gt;We have implemented an architecture with heavy forwarders in front of the indexer cluster, no data source connects directly to the indexers, the parsing is done on the heavy forwarders. So for most changes only the heavy forwarders are affected and restarted one by one, which saves us a rolling restart of the cluster. &lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 06:46:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359532#M65603</guid>
      <dc:creator>FritzWittwer_ol</dc:creator>
      <dc:date>2017-08-09T06:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to apply cluster-bundle without rolling restart and search interruption?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359533#M65604</link>
      <description>&lt;P&gt;we have the configuration where some of the parsing is done at index time vs search time (Reports etc), how will that be handled with your architecture? when we create the rules from GUI which will not force the rolling restart right? correct me if I am wrong. Can we use the same RESTAPI that GUI invokes from backend servers?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 14:34:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359533#M65604</guid>
      <dc:creator>allurirohan</dc:creator>
      <dc:date>2017-08-09T14:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to apply cluster-bundle without rolling restart and search interruption?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359534#M65605</link>
      <description>&lt;P&gt;We separated all our configurations into different apps:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;UI-Apps for the Search Heads&lt;/LI&gt;
&lt;LI&gt;IA-Apps for the Indexer&lt;/LI&gt;
&lt;LI&gt;FA-Apps for the Heavy and Universal Forwarders. &lt;/LI&gt;
&lt;LI&gt;and some more for special cases&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;All this apps are maintained in a git repository and distributed from there. Theses apps are developed and maintained on separate integration servers or local test installation. The finished apps are then, as a directory tree, into the git repository. The deployment from the git repository to the deployment server, the deployer and the master node is currently a manual task.&lt;/P&gt;

&lt;P&gt;At the moment, we are working on a continuous integration / continuous delivery solution where we will control the workflows with something like Jenkins or Bamboo. The goal is to have a workflow in which a developer commits the apps to the git repo which then triggers a check with Splunk Appinspect, and a deployment to the integration servers. An accepted change could then be merged into another git branch which in turn would trigger deployment to the production environment. A deployment which results in a rolling restart will be queued to some defined 'quiet' hours.&lt;/P&gt;

&lt;P&gt;Of course, this description is a bit simplified as reality is always a bit more complicated, but it should explain the big picture.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 05:59:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359534#M65605</guid>
      <dc:creator>FritzWittwer_ol</dc:creator>
      <dc:date>2017-08-10T05:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to apply cluster-bundle without rolling restart and search interruption?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359535#M65606</link>
      <description>&lt;P&gt;ok..Thanks !&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 14:38:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-way-to-apply-cluster-bundle-without-rolling-restart/m-p/359535#M65606</guid>
      <dc:creator>allurirohan</dc:creator>
      <dc:date>2017-08-10T14:38:36Z</dc:date>
    </item>
  </channel>
</rss>

