<?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: distsearch.conf is overridden after updating through GUI , upon restarting splunk in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415630#M14847</link>
    <description>&lt;P&gt;just tried the approach . &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;created a distsearch.conf file with following contents on the captain - &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;[distributedSearch]&lt;BR /&gt;
servers =&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Ran $SPLUNK_HOME/bin/splunk resync shcluster-replicated-config &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Rolling restart of SH members &lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I checked couple of members where the restart was completed and found the distsearch.conf file got overridden again to old with contents. &lt;/P&gt;

&lt;P&gt;[distributedSearch]&lt;BR /&gt;
servers = &lt;A href="https://10.xxx.36.000:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://eo1vmsk011.lema:8089"&gt;https://10.xxx.36.000:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://eo1vmsk011.lema:8089&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Update - &lt;/P&gt;

&lt;P&gt;Found set of old search heads (including the captain) in the cluster got updated with the old distsearch.conf  (overridden); we added 4 new search heads this week and they seem to be okay. &lt;/P&gt;</description>
    <pubDate>Sat, 27 Jul 2019 05:48:06 GMT</pubDate>
    <dc:creator>nmohammed</dc:creator>
    <dc:date>2019-07-27T05:48:06Z</dc:date>
    <item>
      <title>distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415626#M14843</link>
      <description>&lt;P&gt;We've SH Cluster environment and are seeing the following error ; &lt;/P&gt;

&lt;P&gt;"&lt;STRONG&gt;&lt;EM&gt;Gave up waiting for the captain to establish a common bundle version across all search peers; using most recent bundles on all peers instead&lt;/EM&gt;&lt;/STRONG&gt;"&lt;/P&gt;

&lt;P&gt;After some re-search and looking through answers site,  this could be due to inconsistent distsearch.conf on some of the search heads in the cluster ; so I updated and removed all the values to servers key in distsearch.conf on all the search heads in the cluster and restarted splunk; but immediately following restart the changes made are overridden and restored to old distsearch.conf file.  We're not deploying this file with these changes using deployer. &lt;/P&gt;

&lt;P&gt;Following was done (multiple times) on each search head in the cluster (IPs hashed for security purposes) - &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;cat &lt;STRONG&gt;/opt/splunk/etc/system/local/distsearch.conf&lt;/STRONG&gt; &lt;BR /&gt;
[distributedSearch]&lt;BR /&gt;
servers = &lt;A href="https://10.xxx.36.000:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://eo1vmsk011.lema:8089" target="_blank"&gt;https://10.xxx.36.000:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://eo1vmsk011.lema:8089&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Changed distsearch.conf to &lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;[distributedSearch]&lt;BR /&gt;
servers = &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Restarted splunk &lt;/LI&gt;
&lt;LI&gt;Checked the distsearch.conf file to find contents restored &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;We even tried to delete the distsearch.conf file across all the search heads in the cluster , followed by restarting all the members, but the distsearch.conf file gets recreated. &lt;/P&gt;

&lt;P&gt;output of btool command on distsearch from one of the affected search heads in the cluster.  I have checked for any monitoring/CM tool, but we don't have any to manage splunk process.&lt;/P&gt;

&lt;P&gt;[spnksvc@ep3vmnspk199 bin]$ ./splunk cmd btool distsearch list --debug&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 [bundleEnforcerBlacklist]&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 [bundleEnforcerWhitelist]&lt;BR /&gt;
/opt/splunk/etc/apps/splunk_dist_conf/default/distsearch.conf                  [distributedSearch]&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 authTokenConnectionTimeout = 5&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 authTokenReceiveTimeout = 10&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 authTokenSendTimeout = 10&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 bestEffortSearch = false&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 connectionTimeout = 10&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 defaultUriScheme = https&lt;BR /&gt;
/opt/splunk/etc/apps/splunk_dist_conf/default/distsearch.conf                  disabled = 0&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 receiveTimeout = 600&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 sendTimeout = 30&lt;BR /&gt;
/opt/splunk/etc/apps/splunk_dist_conf/default/distsearch.conf                  serverTimeout = 900&lt;BR /&gt;
/opt/splunk/etc/system/local/distsearch.conf                                   servers = &lt;A href="https://10.xxx.36.000:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://eo1vmsk011.lema:8089" target="_blank"&gt;https://10.xxx.36.000:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://eo1vmsk011.lema:8089&lt;/A&gt;&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 shareBundles = true&lt;BR /&gt;
/opt/splunk/etc/apps/splunk_dist_conf/default/distsearch.conf                  statusTimeout = 900&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 useSHPBundleReplication = true&lt;BR /&gt;
/opt/splunk/etc/apps/Splunk_TA_windows/default/distsearch.conf                 [replicationBlacklist]&lt;BR /&gt;
/opt/splunk/etc/apps/splunk_app_windows_infrastructure/default/distsearch.conf MSAD_lookups = .../splunk_app_windows_infrastructure/lookups/(tHostInfo|tSessions).csv$&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 conf = (system|(apps/&lt;EM&gt;))/(default|local)/server.conf&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 framework = apps/framework/...&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 lookupindexfiles = (system|apps/&lt;/EM&gt;|users(/&lt;EM&gt;reserved)?/&lt;EM&gt;/&lt;/EM&gt;)/lookups/&lt;EM&gt;.(tmp$|index($|/...))&lt;BR /&gt;
/opt/splunk/etc/apps/splunk_dist_conf/default/distsearch.conf                  noBinDir = (.../bin/&lt;/EM&gt;)&lt;BR /&gt;
/opt/splunk/etc/apps/Splunk_TA_windows/default/distsearch.conf                 nontsyslogmappings = ...ntsyslog_mappings.csv&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 sampleapp = apps/sample_app/...&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 user_specific_meta = users(/_reserved)?/&lt;EM&gt;/&lt;/EM&gt;/metadata/local.meta&lt;BR /&gt;
/opt/splunk/etc/apps/splunk_dist_conf/default/distsearch.conf                  [replicationSettings]&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 allowDeltaUpload = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 allowSkipEncoding = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 allowStreamUpload = auto&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 concerningReplicatedFileSize = 500&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 connectionTimeout = 60&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 excludeReplicatedLookupSize = 0&lt;BR /&gt;
/opt/splunk/etc/apps/splunk_dist_conf/default/distsearch.conf                  maxBundleSize = 14438892420&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 maxMemoryBundleSize = 10&lt;BR /&gt;
/opt/splunk/etc/apps/splunk_dist_conf/default/distsearch.conf                  replicationThreads = 8&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 sanitizeMetaFiles = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 sendRcvTimeout = 60&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 [replicationSettings:refineConf]&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 replicate.app = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 replicate.authorize = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 replicate.collections = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 replicate.commands = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 replicate.eventtypes = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 replicate.fields = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 replicate.literals = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 replicate.lookups = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 replicate.multikv = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 replicate.props = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 replicate.segmenters = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 replicate.tags = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 replicate.transactiontypes = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 replicate.transforms = true&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 [replicationWhitelist]&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 kvstore = kvstore&lt;/EM&gt;&lt;EM&gt;/...&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 other = (system|(apps/(?!pdfserver)&lt;/EM&gt;)|users(/_reserved)?/&lt;EM&gt;/&lt;/EM&gt;)/(bin|lookups)/...&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 refine.conf = (system|(apps/&lt;EM&gt;)|users(/_reserved)?/&lt;/EM&gt;/&lt;EM&gt;)/(default|local)/&lt;/EM&gt;.conf&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 refine.metadata = (system|(apps/&lt;EM&gt;)|users(/_reserved)?/&lt;/EM&gt;/&lt;EM&gt;)/metadata/&lt;/EM&gt;.meta&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 searchscripts = searchscripts/...&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 [tokenExchKeys]&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 certDir = $SPLUNK_HOME/etc/auth/distServerKeys&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 genKeyScript = $SPLUNK_HOME/bin/splunk, createssl, audit-keys&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 privateKey = private.pem&lt;BR /&gt;
/opt/splunk/etc/system/default/distsearch.conf                                 publicKey = trusted.pem&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:31:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415626#M14843</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2020-09-30T01:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415627#M14844</link>
      <description>&lt;P&gt;Try below approach.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Modify config file in captain &lt;/LI&gt;
&lt;LI&gt;Run below command in Search-head members
&lt;CODE&gt;$SPLUNK_HOME/bin/splunk resync shcluster-replicated-config&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Then, run below command in captain to restart all Search-head members (including captain)
&lt;CODE&gt;$SPLUNK_HOME/bin/splunk rolling-restart shcluster-members&lt;/CODE&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sat, 27 Jul 2019 04:48:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415627#M14844</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-07-27T04:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415628#M14845</link>
      <description>&lt;P&gt;Thanks @jawaharas &lt;/P&gt;

&lt;P&gt;I don't see the file on on the captain now . Should I create a file with contents on captain and then run step 2 and 3 ?&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2019 05:17:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415628#M14845</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2019-07-27T05:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415629#M14846</link>
      <description>&lt;P&gt;Yep. Go ahead.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2019 05:38:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415629#M14846</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-07-27T05:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415630#M14847</link>
      <description>&lt;P&gt;just tried the approach . &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;created a distsearch.conf file with following contents on the captain - &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;[distributedSearch]&lt;BR /&gt;
servers =&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Ran $SPLUNK_HOME/bin/splunk resync shcluster-replicated-config &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Rolling restart of SH members &lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I checked couple of members where the restart was completed and found the distsearch.conf file got overridden again to old with contents. &lt;/P&gt;

&lt;P&gt;[distributedSearch]&lt;BR /&gt;
servers = &lt;A href="https://10.xxx.36.000:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://eo1vmsk011.lema:8089"&gt;https://10.xxx.36.000:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://10.xxx.46.00:8089,https://eo1vmsk011.lema:8089&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Update - &lt;/P&gt;

&lt;P&gt;Found set of old search heads (including the captain) in the cluster got updated with the old distsearch.conf  (overridden); we added 4 new search heads this week and they seem to be okay. &lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2019 05:48:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415630#M14847</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2019-07-27T05:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415631#M14848</link>
      <description>&lt;P&gt;Did you run below command in &lt;STRONG&gt;search-head members&lt;/STRONG&gt; (not in captain) and verify the config file content before restart?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk resync shcluster-replicated-config&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2019 06:20:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415631#M14848</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-07-27T06:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415632#M14849</link>
      <description>&lt;P&gt;yes. Ran it across all SH members, except for captain , then verified the config file contents on all the members before restart;  but still seeing the issue .&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2019 06:24:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415632#M14849</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2019-07-27T06:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415633#M14850</link>
      <description>&lt;P&gt;Hi. What version of Splunk is this happening on?&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jul 2019 06:09:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415633#M14850</guid>
      <dc:creator>burwell</dc:creator>
      <dc:date>2019-07-28T06:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415634#M14851</link>
      <description>&lt;P&gt;@burwell  - it's 7.1.1&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jul 2019 22:53:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415634#M14851</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2019-07-28T22:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415635#M14852</link>
      <description>&lt;P&gt;Hi so this couldn't be some automation like chef putting the file back for you?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 05:38:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415635#M14852</guid>
      <dc:creator>burwell</dc:creator>
      <dc:date>2019-07-29T05:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415636#M14853</link>
      <description>&lt;P&gt;hi @burwell&lt;BR /&gt;
We don't have any automation or CM tools monitoring file systems that would restore the file.&lt;BR /&gt;&lt;BR /&gt;
And the file is created by user that runs splunk on the server. We tried to  delete the file and restart splunk, but it gets restored again. &lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 05:54:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415636#M14853</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2019-07-29T05:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415637#M14854</link>
      <description>&lt;P&gt;I hope you are using clustered indexers.&lt;/P&gt;

&lt;P&gt;Can you check whether the &lt;STRONG&gt;shclustering&lt;/STRONG&gt; stanza '$SPLUNK_HOME/etc/system/local/server.conf' file is consistent across all search-head members?&lt;/P&gt;

&lt;P&gt;Also, can you share '&lt;EM&gt;shclustering&lt;/EM&gt;' stanza content from your search-head's '&lt;EM&gt;server.conf&lt;/EM&gt;' (after masking sensitive data)?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 02:13:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415637#M14854</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-07-30T02:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415638#M14855</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/212588"&gt;@jawaharas&lt;/a&gt; &lt;/P&gt;

&lt;P&gt;Yes, we're using index clustering.  I tried to delete the distsearch.conf again today and restarted splunk on the search heads and found it was re-created  on all except one search head in the cluster.&lt;/P&gt;

&lt;P&gt;[sslConfig]&lt;BR /&gt;
sslKeysfilePassword = $1$EDkhKG6tJRyF&lt;BR /&gt;
sslPassword = $1$EDkhKG6tJRyF&lt;/P&gt;

&lt;P&gt;[lmpool:auto_generated_pool_download-trial]&lt;BR /&gt;
description = auto_generated_pool_download-trial&lt;BR /&gt;
quota = MAX&lt;BR /&gt;
slaves = *&lt;BR /&gt;
stack_id = download-trial&lt;/P&gt;

&lt;P&gt;[lmpool:auto_generated_pool_forwarder]&lt;BR /&gt;
description = auto_generated_pool_forwarder&lt;BR /&gt;
quota = MAX&lt;BR /&gt;
slaves = *&lt;BR /&gt;
stack_id = forwarder&lt;/P&gt;

&lt;P&gt;[lmpool:auto_generated_pool_free]&lt;BR /&gt;
description = auto_generated_pool_free&lt;BR /&gt;
quota = MAX&lt;BR /&gt;
slaves = *&lt;BR /&gt;
stack_id = free&lt;/P&gt;

&lt;P&gt;[general]&lt;BR /&gt;
pass4SymmKey = $1$EXktLS6/MxP38oI=&lt;BR /&gt;
serverName = eo1vmsk099.lema&lt;/P&gt;

&lt;P&gt;[license]&lt;BR /&gt;
master_uri = &lt;A href="https://eo1vmsk444.lema:8089" target="_blank"&gt;https://eo1vmsk444.lema:8089&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;[replication_port://8090]&lt;/P&gt;

&lt;P&gt;[raft_statemachine]&lt;BR /&gt;
disabled = false&lt;/P&gt;

&lt;P&gt;[shclustering]&lt;BR /&gt;
conf_deploy_fetch_url = &lt;A href="https://eo1vmsk555.lema:8089" target="_blank"&gt;https://eo1vmsk555.lema:8089&lt;/A&gt;&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
mgmt_uri = &lt;A href="https://10.XXX.XX.XXX:8089" target="_blank"&gt;https://10.XXX.XX.XXX:8089&lt;/A&gt;&lt;BR /&gt;
id = 013107EC-FC15-4338-A045-75942E648CB7&lt;/P&gt;

&lt;P&gt;[clustering]&lt;BR /&gt;
master_uri = clustermaster:eo1vmsk555.lema:8089&lt;BR /&gt;
mode = searchhead&lt;/P&gt;

&lt;P&gt;[clustermaster:eo1vmsk555.lema:8089]&lt;BR /&gt;
master_uri = &lt;A href="https://eo1vmsk555.lema:8089" target="_blank"&gt;https://eo1vmsk555.lema:8089&lt;/A&gt;&lt;BR /&gt;
multisite = 0&lt;BR /&gt;
site = default&lt;BR /&gt;
pass4SymmKey = $1$EXktLS6/MxP38oI=&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:28:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415638#M14855</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2020-09-30T01:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415639#M14856</link>
      <description>&lt;P&gt;The search head members fetches the configuration bundle from deployer (the host mentioned in '&lt;EM&gt;conf_deploy_fetch_url&lt;/EM&gt;' parameter).&lt;/P&gt;

&lt;P&gt;Do you have connectivity between the search head (where you have issue) and the deployer (&lt;EM&gt;&lt;A href="https://eo1vmsk555.lema:8089" target="_blank"&gt;https://eo1vmsk555.lema:8089&lt;/A&gt;&lt;/EM&gt;)?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:28:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415639#M14856</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2020-09-30T01:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: distsearch.conf is overridden after updating through GUI , upon restarting splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415640#M14857</link>
      <description>&lt;P&gt;The best practice is going to be editing this either from the GUI, or to create a app on the deployer and push this to the SHC. Editing config files does not trigger a replication task across the SHC, so when you edit this or delete off one host, the members are not aware of it and it can cause problems.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 07:06:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/distsearch-conf-is-overridden-after-updating-through-GUI-upon/m-p/415640#M14857</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2019-07-31T07:06:14Z</dc:date>
    </item>
  </channel>
</rss>

