<?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: How do I make changes to server.conf? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-make-changes-to-server-conf/m-p/311670#M11790</link>
    <description>&lt;P&gt;Any configuration in &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/&lt;/CODE&gt; is GOD and cannot be overridden by anything in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/&lt;/CODE&gt; (the stuff that is pulled in from the Deployment Server).  You have to migrate that stuff out of &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/&lt;/CODE&gt; first (it never should have been put there).&lt;/P&gt;</description>
    <pubDate>Fri, 01 Sep 2017 00:33:44 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-09-01T00:33:44Z</dc:date>
    <item>
      <title>How do I make changes to server.conf?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-make-changes-to-server-conf/m-p/311666#M11786</link>
      <description>&lt;P&gt;I need to make some changes and Splunk proServe tells me that I can use the deployment server to make this change. How is this done outside of the ../etc/systemp/local/ dir? Bundle it in an app? If so what about precedence? &lt;/P&gt;

&lt;P&gt;Any guidance is appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 17:52:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-make-changes-to-server-conf/m-p/311666#M11786</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2017-08-31T17:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make changes to server.conf?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-make-changes-to-server-conf/m-p/311667#M11787</link>
      <description>&lt;P&gt;Interesting thing. For &lt;CODE&gt;/opt/splunk/etc/system/local/server.conf&lt;/CODE&gt; on the SH, for example, I make the changes on each SH and bounce each one. The deployment server only deploys to the forwarders...&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 18:15:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-make-changes-to-server-conf/m-p/311667#M11787</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-08-31T18:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make changes to server.conf?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-make-changes-to-server-conf/m-p/311668#M11788</link>
      <description>&lt;P&gt;yes you will bundle configurations in an app.&lt;BR /&gt;
splunk configuration precedence is*: &lt;BR /&gt;
1. System local directory -- highest priority&lt;BR /&gt;
2. App local directories &lt;BR /&gt;
3. App default directories &lt;BR /&gt;
4. System default directory -- lowest priority&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;indexers in a cluster (slaves) have slightly different precedence order.
read more here:
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.3/Admin/Wheretofindtheconfigurationfiles"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.3/Admin/Wheretofindtheconfigurationfiles&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 18:16:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-make-changes-to-server-conf/m-p/311668#M11788</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-08-31T18:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make changes to server.conf?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-make-changes-to-server-conf/m-p/311669#M11789</link>
      <description>&lt;P&gt;the deployment server can deploy to any non-clustered splunk instance&lt;BR /&gt;
Indexer, Search Head, Heavy Forwarder and more&lt;BR /&gt;
also, it can not deploy to itself&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 18:28:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-make-changes-to-server-conf/m-p/311669#M11789</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-08-31T18:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make changes to server.conf?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-make-changes-to-server-conf/m-p/311670#M11790</link>
      <description>&lt;P&gt;Any configuration in &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/&lt;/CODE&gt; is GOD and cannot be overridden by anything in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/&lt;/CODE&gt; (the stuff that is pulled in from the Deployment Server).  You have to migrate that stuff out of &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/&lt;/CODE&gt; first (it never should have been put there).&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 00:33:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-make-changes-to-server-conf/m-p/311670#M11790</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-09-01T00:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make changes to server.conf?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-make-changes-to-server-conf/m-p/311671#M11791</link>
      <description>&lt;P&gt;OK this is exactly what I thought, I appreciate your time!&lt;BR /&gt;
Thanks everyone.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 12:09:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-make-changes-to-server-conf/m-p/311671#M11791</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2017-09-05T12:09:50Z</dc:date>
    </item>
  </channel>
</rss>

