<?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 System-wide conf on Indexer Slaves in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/System-wide-conf-on-Indexer-Slaves/m-p/450244#M15819</link>
    <description>&lt;P&gt;If the configuration I wanted to distribute to the indexer slaves is not targeted to ../slave-apps, how should it be done, then? &lt;/P&gt;

&lt;P&gt;The conf I'm trying to distribute is web.conf with below setting&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[settings]
startwebservice = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The cluster master will put it on ../etc/slave-apps, not on ../etc/apps&lt;/P&gt;

&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2019 23:29:08 GMT</pubDate>
    <dc:creator>morethanyell</dc:creator>
    <dc:date>2019-06-26T23:29:08Z</dc:date>
    <item>
      <title>System-wide conf on Indexer Slaves</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/System-wide-conf-on-Indexer-Slaves/m-p/450244#M15819</link>
      <description>&lt;P&gt;If the configuration I wanted to distribute to the indexer slaves is not targeted to ../slave-apps, how should it be done, then? &lt;/P&gt;

&lt;P&gt;The conf I'm trying to distribute is web.conf with below setting&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[settings]
startwebservice = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The cluster master will put it on ../etc/slave-apps, not on ../etc/apps&lt;/P&gt;

&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 23:29:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/System-wide-conf-on-Indexer-Slaves/m-p/450244#M15819</guid>
      <dc:creator>morethanyell</dc:creator>
      <dc:date>2019-06-26T23:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: System-wide conf on Indexer Slaves</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/System-wide-conf-on-Indexer-Slaves/m-p/450245#M15820</link>
      <description>&lt;P&gt;Hi morethanyell,&lt;/P&gt;

&lt;P&gt;put your config in this directory:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/master-apps/_cluster/local
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Read more about it here &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Indexer/Updatepeerconfigurations#On_the_master"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Indexer/Updatepeerconfigurations#On_the_master&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This will still be in &lt;CODE&gt;slave-apps&lt;/CODE&gt; on the peers but has the highest precedence. &lt;BR /&gt;
I'm not aware of any Splunk configuration method for an index cluster that will put configs from &lt;CODE&gt;etc/master_apps&lt;/CODE&gt; into &lt;CODE&gt;etc/apps&lt;/CODE&gt;. &lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 00:04:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/System-wide-conf-on-Indexer-Slaves/m-p/450245#M15820</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2019-06-27T00:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: System-wide conf on Indexer Slaves</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/System-wide-conf-on-Indexer-Slaves/m-p/450246#M15821</link>
      <description>&lt;P&gt;Does that mean if I create an app, let say called "system_wide_configs" and put web.conf in its /local directory, use the CM to distribute it to slave-apps, it will still work?&lt;/P&gt;

&lt;P&gt;Theoretical Implementation:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Create system_wide_configs/local/web.conf&lt;/LI&gt;
&lt;LI&gt;Put it in CM's ../etc/master-apps&lt;/LI&gt;
&lt;LI&gt;apply cluster bundle&lt;/LI&gt;
&lt;LI&gt;perform a rolling restart&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;it will then create ../etc/apps/slave-apps/system_wide_configs/local/web.conf to all the indexers, right?&lt;/P&gt;

&lt;P&gt;Will Splunk be able to read it still? &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:06:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/System-wide-conf-on-Indexer-Slaves/m-p/450246#M15821</guid>
      <dc:creator>morethanyell</dc:creator>
      <dc:date>2020-09-30T01:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: System-wide conf on Indexer Slaves</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/System-wide-conf-on-Indexer-Slaves/m-p/450247#M15822</link>
      <description>&lt;P&gt;Yep, that's the way it works.&lt;/P&gt;

&lt;P&gt;Either config files only in the &lt;CODE&gt;master_apps/_cluster/local&lt;/CODE&gt; directory &lt;STRONG&gt;OR&lt;/STRONG&gt; an app like you described it in &lt;CODE&gt;master_apps/&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 00:16:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/System-wide-conf-on-Indexer-Slaves/m-p/450247#M15822</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2019-06-27T00:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: System-wide conf on Indexer Slaves</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/System-wide-conf-on-Indexer-Slaves/m-p/450248#M15823</link>
      <description>&lt;P&gt;thank you. My thinking was right after all&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 00:19:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/System-wide-conf-on-Indexer-Slaves/m-p/450248#M15823</guid>
      <dc:creator>morethanyell</dc:creator>
      <dc:date>2019-06-27T00:19:09Z</dc:date>
    </item>
  </channel>
</rss>

