<?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: Indexes are not creating after apply Cluster-Bundle in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Indexes-are-not-creating-after-apply-Cluster-Bundle/m-p/258473#M9821</link>
    <description>&lt;P&gt;Update: Based on the configurations you added to your question, you should be able to send data into the new index now. The index will not show up in Splunk Web until some events have been added to it.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2017 20:48:20 GMT</pubDate>
    <dc:creator>masonmorales</dc:creator>
    <dc:date>2017-01-26T20:48:20Z</dc:date>
    <item>
      <title>Indexes are not creating after apply Cluster-Bundle</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexes-are-not-creating-after-apply-Cluster-Bundle/m-p/258469#M9817</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;After several trial and error, I can not sort out the issue for additional Indexes creation for cluster peers. As per the docs, i prefer to create indexes.conf under master-app of cluster master and then run splunk apply cluster-bundle. As a result I can see the apps pushed to slave-apps of each index. But under indexes, no addition index has been created. Am i missing any configuration. Below are the details.&lt;/P&gt;

&lt;P&gt;@CLUSTER-MASTER:&lt;/P&gt;

&lt;P&gt;[splunker@CM01_152 ~]$ cat /opt/splunk/etc/master-apps/my_cluster_indexes/indexes.conf&lt;BR /&gt;
[test]&lt;BR /&gt;
coldPath = $SPLUNK_DB/test/colddb&lt;BR /&gt;
enableDataIntegrityControl = 0&lt;BR /&gt;
enableTsidxReduction = 0&lt;BR /&gt;
homePath = $SPLUNK_DB/test/db&lt;BR /&gt;
maxTotalDataSizeMB = 600&lt;BR /&gt;
coldToFrozenDir = /opt/frozen/test&lt;BR /&gt;
thawedPath = $SPLUNK_DB/test/thaweddb&lt;BR /&gt;
maxDataSize = 300&lt;BR /&gt;
repFactor = auto&lt;/P&gt;

&lt;P&gt;[splunker@CM01_152 ~]$ /opt/splunk/bin/splunk apply cluster-bundle&lt;BR /&gt;
Created new bundle with checksum=B537979883FDCEF82CC3F5035C811E56&lt;/P&gt;

&lt;H2&gt;Applying new bundle. The peers may restart depending on the configurations in applied bundle.&lt;/H2&gt;

&lt;P&gt;@CLUSTER-PEER:&lt;/P&gt;

&lt;P&gt;[splunker@IDX01_153 ~]$ cat /opt/splunk/etc/slave-apps/my_cluster_indexes/indexes.conf&lt;BR /&gt;
[test]&lt;BR /&gt;
coldPath = $SPLUNK_DB/test/colddb&lt;BR /&gt;
enableDataIntegrityControl = 0&lt;BR /&gt;
enableTsidxReduction = 0&lt;BR /&gt;
homePath = $SPLUNK_DB/test/db&lt;BR /&gt;
maxTotalDataSizeMB = 600&lt;BR /&gt;
coldToFrozenDir = /opt/frozen/test&lt;BR /&gt;
thawedPath = $SPLUNK_DB/test/thaweddb&lt;BR /&gt;
maxDataSize = 300&lt;BR /&gt;
repFactor = auto&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;NOTE THAT, I HAVE GIVEN PERMISSION 755 TO USER SPLUNKER ON /OPT/FROZEN/TEST&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;No error or warning massage at Distribute Configuration Bundle from Cluster Master Node. Even after restart cluster master and rolling restart for cluster-peers not showing me additional index at cluster peer.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:35:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexes-are-not-creating-after-apply-Cluster-Bundle/m-p/258469#M9817</guid>
      <dc:creator>princemanto2580</dc:creator>
      <dc:date>2020-09-29T12:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes are not creating after apply Cluster-Bundle</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexes-are-not-creating-after-apply-Cluster-Bundle/m-p/258470#M9818</link>
      <description>&lt;P&gt;You need to put your indexes.conf under /opt/splunk/etc/master-apps/_cluster/local/indexes.conf&lt;/P&gt;

&lt;P&gt;After you've made the change, and pushed the new bundle, you can verify that the index exists on a cluster peer by running the following on one of the peers:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk cmd btool indexes list
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also note that the index will not show up in the cluster master's indexes list until the new index has some data in it.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 16:39:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexes-are-not-creating-after-apply-Cluster-Bundle/m-p/258470#M9818</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2017-01-24T16:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes are not creating after apply Cluster-Bundle</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexes-are-not-creating-after-apply-Cluster-Bundle/m-p/258471#M9819</link>
      <description>&lt;P&gt;Hi masonmorales,&lt;/P&gt;

&lt;P&gt;Sorry for the typo of my previous post. I actually put my indexes.conf under local of "my_cluster_indexes" app of Cluster-Master. But I will try to follow your suggestion as you put it under local of _cluster app.&lt;/P&gt;

&lt;P&gt;But my question is, will that index name as "test" can been seen from &lt;STRONG&gt;Cluster-Peers&lt;/STRONG&gt;.&lt;/P&gt;

&lt;P&gt;If the answer is simply &lt;STRONG&gt;NO&lt;/STRONG&gt;, then it is fine for me. But if the answer is &lt;STRONG&gt;YES&lt;/STRONG&gt;, then it is a problem for me.&lt;/P&gt;

&lt;P&gt;Hope you can understand my doubt.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:36:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexes-are-not-creating-after-apply-Cluster-Bundle/m-p/258471#M9819</guid>
      <dc:creator>princemanto2580</dc:creator>
      <dc:date>2020-09-29T12:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes are not creating after apply Cluster-Bundle</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexes-are-not-creating-after-apply-Cluster-Bundle/m-p/258472#M9820</link>
      <description>&lt;P&gt;I'm not exactly sure what you mean by, "can be seen from cluster-peers", or why it would be a problem. Could you explain a little further?&lt;/P&gt;

&lt;P&gt;The cluster bundle gets pushed from the cluster master to each of the cluster peers, so they all receive a copy of the indexes.conf file. &lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 22:02:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexes-are-not-creating-after-apply-Cluster-Bundle/m-p/258472#M9820</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2017-01-25T22:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes are not creating after apply Cluster-Bundle</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexes-are-not-creating-after-apply-Cluster-Bundle/m-p/258473#M9821</link>
      <description>&lt;P&gt;Update: Based on the configurations you added to your question, you should be able to send data into the new index now. The index will not show up in Splunk Web until some events have been added to it.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 20:48:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexes-are-not-creating-after-apply-Cluster-Bundle/m-p/258473#M9821</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2017-01-26T20:48:20Z</dc:date>
    </item>
  </channel>
</rss>

