<?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 reload deploy-server causing splunk restart in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327279#M12232</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We have a distributed Splunk system installed and use deployment server to manage configurations. We have a python script which updates a few lookup CSV files and binary database files periodically. In the script, we run the &lt;CODE&gt;reload deploy-server&lt;/CODE&gt; command to distribute the changed files across all the systems. Though the change is only lookup files, it is causing restart of splunk service at all the nodes. Is there anyway we can prevent the this restart? We have saved summary searches running and it is causing missing buckets of data.&lt;/P&gt;

&lt;P&gt;Thanks in advance,&lt;BR /&gt;
Keerthana&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2017 11:20:15 GMT</pubDate>
    <dc:creator>keerthana_k</dc:creator>
    <dc:date>2017-10-26T11:20:15Z</dc:date>
    <item>
      <title>reload deploy-server causing splunk restart</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327279#M12232</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We have a distributed Splunk system installed and use deployment server to manage configurations. We have a python script which updates a few lookup CSV files and binary database files periodically. In the script, we run the &lt;CODE&gt;reload deploy-server&lt;/CODE&gt; command to distribute the changed files across all the systems. Though the change is only lookup files, it is causing restart of splunk service at all the nodes. Is there anyway we can prevent the this restart? We have saved summary searches running and it is causing missing buckets of data.&lt;/P&gt;

&lt;P&gt;Thanks in advance,&lt;BR /&gt;
Keerthana&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 11:20:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327279#M12232</guid>
      <dc:creator>keerthana_k</dc:creator>
      <dc:date>2017-10-26T11:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: reload deploy-server causing splunk restart</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327280#M12233</link>
      <description>&lt;P&gt;Hi keerthana_k,&lt;BR /&gt;
probably in your ServerClass you set for at least one of the Apps containing these lookups to restart Splunk, so when you launch "reload deploy-server" remote Splunks are restarted!&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 11:35:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327280#M12233</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-10-26T11:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: reload deploy-server causing splunk restart</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327281#M12234</link>
      <description>&lt;P&gt;As per your post, it seems you are using "Deployment-server" to manage Search Head Cluster? if this is the case it is wrong. You should use "deployer" for the same.&lt;/P&gt;

&lt;P&gt;Lookups normally don't tend to restart Splunk endpoints until you have forced the serverclass element of the server for restartSplunkd=true. If you want, you can make it  &lt;CODE&gt;restartSplunkd=false&lt;/CODE&gt; forcibly and have a go&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 11:39:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327281#M12234</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2017-10-26T11:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: reload deploy-server causing splunk restart</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327282#M12235</link>
      <description>&lt;P&gt;We are setting restartSplunkd to true. So if I remove the configuration, then what will happen when I make other configuration changes that may require splunk restart?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 11:53:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327282#M12235</guid>
      <dc:creator>keerthana_k</dc:creator>
      <dc:date>2017-10-26T11:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: reload deploy-server causing splunk restart</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327283#M12236</link>
      <description>&lt;P&gt;I am not using a search head  cluster. I just have two search heads which serve two different purposes. If I set restartSplunkd to false, then what will happen if I make any configuration change which might require splunk restart?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 11:54:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327283#M12236</guid>
      <dc:creator>keerthana_k</dc:creator>
      <dc:date>2017-10-26T11:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: reload deploy-server causing splunk restart</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327284#M12237</link>
      <description>&lt;P&gt;Hi keerthana_k,&lt;BR /&gt;
yes there's a problem!&lt;BR /&gt;
I suggest to change the approach for lookups, two choices:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;use your script to change them directly on all Search Heads instead on Deployment Server,&lt;/LI&gt;
&lt;LI&gt;if possible, put all lookups in a different App, sharing them at Global level and deploying them without Splunk restart.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 12:02:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327284#M12237</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-10-26T12:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: reload deploy-server causing splunk restart</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327285#M12238</link>
      <description>&lt;P&gt;you can put restartSplunkd to "false" for each app you push.  So you can make it granular and package all your lookup into an app which you can say "false" for&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 14:39:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/reload-deploy-server-causing-splunk-restart/m-p/327285#M12238</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2017-10-26T14:39:53Z</dc:date>
    </item>
  </channel>
</rss>

