<?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: Why is this indexer unable to get latest bundle from master? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465202#M16277</link>
    <description>&lt;P&gt;It was not like this earlier, We never used to perform this activity, as said this is happening in only one environment where we upgraded Splunk to 7.3.4&lt;/P&gt;

&lt;P&gt;Hence thinking whether upgrade is causing issue (current version expires in next 20 days so need to decide a way forward).&lt;/P&gt;

&lt;P&gt;Code is updating in master-apps but not pushed to slave-apps, is it only from .bundle or something else I need to check (I am not a Splunk expert though &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
    <pubDate>Wed, 01 Apr 2020 12:28:52 GMT</pubDate>
    <dc:creator>test_splunk15</dc:creator>
    <dc:date>2020-04-01T12:28:52Z</dc:date>
    <item>
      <title>Why is this indexer unable to get latest bundle from master?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465196#M16271</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;We are having an issue with Indexer not  receiving updated code from master.&lt;/P&gt;

&lt;P&gt;I could see when we are pushing code its getting deployed to master and the .bundle is getting created and code is pushed to search heads fine but not to indexers also the .bundle is not persisted in master (utility box). This started happening while we are trying to move Splunk from 7.1 to 7.3.4&lt;/P&gt;

&lt;P&gt;Could you please let me know what could be possible wrong?&lt;/P&gt;

&lt;P&gt;I have tried checking my puppet code for any errors but there are no errors with : &lt;BR /&gt;
/opt/splunk/bin/splunk apply cluster-bundle  --answer-yes -auth username:password&lt;/P&gt;

&lt;P&gt;Post this step we are pushing code to SHs and this is working fine.&lt;BR /&gt;
/opt/splunk/bin/splunk apply shcluster-bundle --answer-yes -target targerURL -auth username:password&lt;/P&gt;

&lt;P&gt;As I mentioned above, during puppet apply (to push latest code running puppet to execute above commands) I see .bundle is getting created but after its applied I dont see the .bundle with latest timestamp is available under master (utility) /opt/splunk/var/run/splunk/cluster/remote-bundle.&lt;/P&gt;

&lt;P&gt;I have tried to check the logs under /opt/splunk/var/log/ (splunkd , utility, audit and other logs but nothing concrete I could find), except sometimes getting bundle validation failed (not for each deployment though).&lt;/P&gt;

&lt;P&gt;Any suggestions around this please? is this due to upgrade or some other issue? &lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 06:50:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465196#M16271</guid>
      <dc:creator>test_splunk15</dc:creator>
      <dc:date>2020-04-01T06:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this indexer unable to get latest bundle from master?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465197#M16272</link>
      <description>&lt;P&gt;Have you tried to run &lt;CODE&gt;/opt/splunk/bin/splunk apply cluster-bundle --answer-yes -auth username:password&lt;/CODE&gt; on Cluster Master manually ?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 09:28:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465197#M16272</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-04-01T09:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this indexer unable to get latest bundle from master?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465198#M16273</link>
      <description>&lt;P&gt;yes, I have tried manually still it is not working unless I need to move existing .bundle file to bak file and generate new bundle by restarting Splunk service, post this when I am running my puppet code, it is then replicated (with updated bundle).&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 12:02:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465198#M16273</guid>
      <dc:creator>test_splunk15</dc:creator>
      <dc:date>2020-04-01T12:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this indexer unable to get latest bundle from master?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465199#M16274</link>
      <description>&lt;P&gt;Also  I just modified the code and pushed it for indexer. &lt;/P&gt;

&lt;P&gt;I see the .bundle created and then removed automatically cluster status command shows below:&lt;/P&gt;

&lt;P&gt;master&lt;BR /&gt;
         cluster_status=None&lt;BR /&gt;
         active_bundle&lt;BR /&gt;
                checksum= value1&lt;BR /&gt;
                timestamp=1585595012 (in localtime=Mon Mar 30 20:03:32 2020)&lt;BR /&gt;
         latest_bundle&lt;BR /&gt;
                checksum= value1&lt;BR /&gt;
                timestamp=1585595012 (in localtime=Mon Mar 30 20:03:32 2020)&lt;BR /&gt;
         last_validated_bundle&lt;BR /&gt;
                checksum= value2&lt;BR /&gt;
                last_validation_succeeded=1&lt;BR /&gt;
                timestamp=1585742519 (in localtime=Wed Apr  1 13:01:59 2020)&lt;/P&gt;

&lt;P&gt;[Not Critical]No spec file for: $Splunk_Home/etc/master-apps/Splunk_ML_Toolkit/default/experiments.conf&lt;/P&gt;

&lt;P&gt;[Not Critical]No spec file for: $Splunk_Home/etc/master-apps/Splunk_TA_imperva-waf/default/eventgen.conf&lt;/P&gt;

&lt;P&gt;[Not Critical]No spec file for: $Splunk_Home/etc/master-apps/Splunk_TA_microsoft-sqlserver/default/sqlserver_dbx2.conf&lt;/P&gt;

&lt;P&gt;[Not Critical]No spec file for: $Splunk_Home/etc/master-apps/Splunk_TA_oracle/default/db_input_templates.conf&lt;/P&gt;

&lt;P&gt;[Not Critical]No spec file for: $Splunk_Home/etc/master-apps/Splunk_TA_sourcefire/default/eventgen.conf&lt;/P&gt;

&lt;P&gt;[Not Critical]No spec file for: $Splunk_Home/etc/master-apps/Splunk_TA_squid/default/eventgen.conf&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:48:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465199#M16274</guid>
      <dc:creator>test_splunk15</dc:creator>
      <dc:date>2020-09-30T04:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this indexer unable to get latest bundle from master?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465200#M16275</link>
      <description>&lt;P&gt;And you need to perform same activity during every bundle push ?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 12:18:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465200#M16275</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-04-01T12:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this indexer unable to get latest bundle from master?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465201#M16276</link>
      <description>&lt;P&gt;yes - for this case but never it was like this. this should be done automatically (though I am not a splunk expert but this is what I have seen). Same is not happening with other environment where my splunk is running with 7.1 &lt;/P&gt;

&lt;P&gt;Also I just tried pushing code into indexer and see the same, .bundle getting created and removed automatically. Code is updated under master-apps but not been pushed to slave-apps (is id due to .bundle or something else I am missing)?&lt;/P&gt;

&lt;P&gt;when I see the cluster status: &lt;/P&gt;

&lt;P&gt;master&lt;BR /&gt;
         cluster_status=None&lt;BR /&gt;
         active_bundle&lt;BR /&gt;
                checksum= value1&lt;BR /&gt;
                timestamp=1585595012 (in localtime=Mon Mar 30 20:03:32 2020)&lt;BR /&gt;
         latest_bundle&lt;BR /&gt;
                checksum= value1&lt;BR /&gt;
                timestamp=1585595012 (in localtime=Mon Mar 30 20:03:32 2020)&lt;BR /&gt;
         last_validated_bundle&lt;BR /&gt;
                checksum= value2&lt;BR /&gt;
                last_validation_succeeded=1&lt;BR /&gt;
                timestamp=1585742519 (in localtime=Wed Apr  1 13:01:59 2020)&lt;/P&gt;

&lt;P&gt;[Not Critical]No spec file for: $Splunk_Home/etc/master-apps/Splunk_ML_Toolkit/default/experiments.conf&lt;/P&gt;

&lt;P&gt;[Not Critical]No spec file for: $Splunk_Home/etc/master-apps/Splunk_TA_imperva-waf/default/eventgen.conf&lt;/P&gt;

&lt;P&gt;[Not Critical]No spec file for: $Splunk_Home/etc/master-apps/Splunk_TA_microsoft-sqlserver/default/sqlserver_dbx2.conf&lt;/P&gt;

&lt;P&gt;[Not Critical]No spec file for: $Splunk_Home/etc/master-apps/Splunk_TA_oracle/default/db_input_templates.conf&lt;/P&gt;

&lt;P&gt;[Not Critical]No spec file for: $Splunk_Home/etc/master-apps/Splunk_TA_sourcefire/default/eventgen.conf&lt;/P&gt;

&lt;P&gt;[Not Critical]No spec file for: $Splunk_Home/etc/master-apps/Splunk_TA_squid/default/eventgen.conf&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:48:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465201#M16276</guid>
      <dc:creator>test_splunk15</dc:creator>
      <dc:date>2020-09-30T04:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this indexer unable to get latest bundle from master?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465202#M16277</link>
      <description>&lt;P&gt;It was not like this earlier, We never used to perform this activity, as said this is happening in only one environment where we upgraded Splunk to 7.3.4&lt;/P&gt;

&lt;P&gt;Hence thinking whether upgrade is causing issue (current version expires in next 20 days so need to decide a way forward).&lt;/P&gt;

&lt;P&gt;Code is updating in master-apps but not pushed to slave-apps, is it only from .bundle or something else I need to check (I am not a Splunk expert though &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 12:28:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465202#M16277</guid>
      <dc:creator>test_splunk15</dc:creator>
      <dc:date>2020-04-01T12:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this indexer unable to get latest bundle from master?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465203#M16278</link>
      <description>&lt;P&gt;How many indexer do you have and your bundle size is &amp;gt;200MB ? Have a look at &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.4/Indexer/Configurationbundleissues"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.4/Indexer/Configurationbundleissues&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Check &lt;CODE&gt;$SPLUNK_HOME/var/log/splunk/splunkd.log&lt;/CODE&gt; on Cluster Master with word &lt;CODE&gt;CMBundleMgr&lt;/CODE&gt; , &lt;CODE&gt;CMMaster&lt;/CODE&gt;, &lt;CODE&gt;CMPeer&lt;/CODE&gt; and you will able to see what is happening during bundle creation, validation, reload/restart.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 13:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465203#M16278</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-04-01T13:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this indexer unable to get latest bundle from master?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465204#M16279</link>
      <description>&lt;P&gt;in this environment we have 4 indexers.&lt;/P&gt;

&lt;P&gt;I verified the size, before upgrade it was 187MB (4 days before) now it is showing 697 MB (how can I verify what is being added additionally - may be the issue with TAs which needs verifying?).&lt;/P&gt;

&lt;P&gt;I verified logs and see below:&lt;/P&gt;

&lt;P&gt;04-01-2020 16:04:49.972 +0100 INFO  CMBundleMgr - setting latest bundle= to active bundle=Bundle-ID&lt;BR /&gt;
04-01-2020 16:04:49.972 +0100 INFO  CMBundleMgr - apply bundle status transitioning from='Bundle validation is in progress.', to='None'&lt;BR /&gt;
04-01-2020 16:04:49.972 +0100 INFO  CMRepJob - running job=CMBundleRemoveJob bundle=[id=, path=/$SPLUNK_HOME/var/run/splunk/cluster/remote-bundle/.bundle]&lt;BR /&gt;
04-01-2020 16:04:51.938 +0100 INFO  CMBundleMgr - Removed the untarred bundle folder=/$SPLUNK_HOME/var/run/splunk/cluster/remote-bundle/&lt;/P&gt;

&lt;P&gt;One of the older logs I see: &lt;/P&gt;

&lt;P&gt;04-01-2020 16:03:02.222 +0100 WARN  DistributedBundleReplicationManager - Asynchronous bundle replication to 9 peer(s) succeeded; however it took too long (longer than 10 seconds): elapsed_ms=13911, tar_elapsed_ms= 2019 , for 9 peer(s), bundle_replication_mode="baseline", bundle_file_name=utility-server-1.bundle, bundle_size=155030KB, replication_id=111111111, replication_reason="async replication allowed"&lt;/P&gt;

&lt;P&gt;Should I back-out the upgrade and test?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:48:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465204#M16279</guid>
      <dc:creator>test_splunk15</dc:creator>
      <dc:date>2020-09-30T04:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this indexer unable to get latest bundle from master?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465205#M16280</link>
      <description>&lt;P&gt;However I will check the Link provided and come back&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 16:05:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465205#M16280</guid>
      <dc:creator>test_splunk15</dc:creator>
      <dc:date>2020-04-01T16:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this indexer unable to get latest bundle from master?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465206#M16281</link>
      <description>&lt;P&gt;This is working now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;After changing max_peers_to_download_bundle value which was 5 in our settings.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465206#M16281</guid>
      <dc:creator>test_splunk15</dc:creator>
      <dc:date>2020-09-30T04:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this indexer unable to get latest bundle from master?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465207#M16282</link>
      <description>&lt;P&gt;Thanks for you help @harsmarvania57 &lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 16:46:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465207#M16282</guid>
      <dc:creator>test_splunk15</dc:creator>
      <dc:date>2020-04-01T16:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this indexer unable to get latest bundle from master?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465208#M16283</link>
      <description>&lt;P&gt;Great but you need to find out why bundle size increased from 187MB to 697MB after upgrade.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 16:49:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-this-indexer-unable-to-get-latest-bundle-from-master/m-p/465208#M16283</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-04-01T16:49:56Z</dc:date>
    </item>
  </channel>
</rss>

