<?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: Search head and Indexer has different indexes list in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465619#M24271</link>
    <description>&lt;P&gt;Thank you for your answer.&lt;/P&gt;

&lt;P&gt;I was checked entire 20 ea indexer's directory //splunk_home/var/lib/splunk/&lt;BR /&gt;
Every directory has same folder structure. and same index folder name&lt;BR /&gt;
and I was checked setting of SH1, SH2, ...SH5 Distributed search » Search peers in the list.&lt;BR /&gt;
The list is the same. &lt;/P&gt;

&lt;P&gt;What conf file should I fix or check?&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2019 07:22:18 GMT</pubDate>
    <dc:creator>moonyoungjung</dc:creator>
    <dc:date>2019-08-29T07:22:18Z</dc:date>
    <item>
      <title>Search head and Indexer has different indexes list</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465615#M24267</link>
      <description>&lt;P&gt;I have a question about indexes.&lt;BR /&gt;
In my environment,&lt;BR /&gt;&lt;BR /&gt;
search head cluster is 5ea, &lt;BR /&gt;
indexer peer node 20ea, &lt;BR /&gt;
indexer cluster master 1ea and&lt;BR /&gt;
heavy forwarder etc&lt;/P&gt;

&lt;P&gt;When I check indexes list in indexer peer node, &lt;BR /&gt;
every indexer has the same 30 indexes in the list,&lt;BR /&gt;
but every search peer has different indexes list. &lt;BR /&gt;
Some "search head " has indexes 10 list of it&lt;BR /&gt;
the other has 15 list in setting -&amp;gt; indexes &lt;/P&gt;

&lt;P&gt;This is a problem when I added data from search head &lt;BR /&gt;
I want to add data from B indexes but there is no list in indexes&lt;/P&gt;

&lt;P&gt;how can I sync list from indexer?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 03:20:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465615#M24267</guid>
      <dc:creator>moonyoungjung</dc:creator>
      <dc:date>2019-08-29T03:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Search head and Indexer has different indexes list</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465616#M24268</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;When I check indexes list in indexer peer node, 
every indexer has the same 30 indexes in the list 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Only search head got the splunk GUI. the splunk indexer got no splunk GUI. &lt;BR /&gt;
only indexer will have indexes. the search head handles only the search requests(and few more functionalities)&lt;BR /&gt;
From Search head, it internally connects to indexer and gets the list of indexer. &lt;/P&gt;

&lt;P&gt;i assume yours is a distributed but not clustered environment. &lt;BR /&gt;
so, it may be possible that, one search head(SH1) connects an indexer(IDX1), whereas another search head(SH2) may connect to another indexer(IDX2). The indexes configured on IDX1 may be different from IDX2.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 05:31:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465616#M24268</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2019-08-29T05:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Search head and Indexer has different indexes list</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465617#M24269</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;/P&gt;

&lt;P&gt;I was check Distributed search » Search peers list &lt;BR /&gt;
SH1 and SH2 have the same list in it.&lt;/P&gt;

&lt;P&gt;what conf file should i fix?&lt;/P&gt;

&lt;P&gt;This is shclustering stanza my server.conf in SH1, SH2, SH3&lt;/P&gt;

&lt;P&gt;SH1 etc/system/local/server.conf&lt;BR /&gt;
[shclustering]&lt;BR /&gt;
conf_deploy_fetch_url = &lt;A href="http://x.x.x.36:8089" target="_blank"&gt;http://x.x.x.36:8089&lt;/A&gt;&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
mgmt_uri = &lt;A href="http://x.x.x.31:8089" target="_blank"&gt;http://x.x.x.31:8089&lt;/A&gt;&lt;BR /&gt;
pass4SymmKey = ****************=&lt;BR /&gt;
replication_factor = 2&lt;BR /&gt;
id = A154BD4B-2199-44E0-856F-4781DA470875&lt;BR /&gt;
shcluster_label = shcluster&lt;BR /&gt;
election = 1&lt;BR /&gt;
mode = member&lt;/P&gt;

&lt;P&gt;SH2 etc/system/local/server.conf&lt;BR /&gt;
[shclustering]&lt;BR /&gt;
conf_deploy_fetch_url = &lt;A href="http://x.x.x.36:8089" target="_blank"&gt;http://x.x.x.36:8089&lt;/A&gt;&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
mgmt_uri = &lt;A href="http://x.x.x.32:8089" target="_blank"&gt;http://x.x.x.32:8089&lt;/A&gt;&lt;BR /&gt;
pass4SymmKey = *******************=&lt;BR /&gt;
replication_factor = 2&lt;BR /&gt;
id = A154BD4B-2199-44E0-856F-4781DA470875&lt;BR /&gt;
shcluster_label = shcluster&lt;BR /&gt;
election = 1&lt;BR /&gt;
mode = member&lt;/P&gt;

&lt;P&gt;SH3 etc/system/local/server.conf&lt;BR /&gt;
[shclustering]&lt;BR /&gt;
conf_deploy_fetch_url = &lt;A href="http://x.x.x.36:8089" target="_blank"&gt;http://x.x.x.36:8089&lt;/A&gt;&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
mgmt_uri = &lt;A href="http://x.x.x.33:8089" target="_blank"&gt;http://x.x.x.33:8089&lt;/A&gt;&lt;BR /&gt;
pass4SymmKey = ***********************=&lt;BR /&gt;
replication_factor = 2&lt;BR /&gt;
id = A154BD4B-2199-44E0-856F-4781DA470875&lt;BR /&gt;
shcluster_label = shcluster&lt;BR /&gt;
election = 1&lt;BR /&gt;
mode = member&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:57:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465617#M24269</guid>
      <dc:creator>moonyoungjung</dc:creator>
      <dc:date>2020-09-30T01:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Search head and Indexer has different indexes list</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465618#M24270</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="SH1"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7592iFA69FF7DC3458A4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="SH1" alt="SH1" /&gt;&lt;/span&gt;&lt;BR /&gt;
sh1&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="sh2"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7593iC456AC26D7353BD6/image-size/large?v=v2&amp;amp;px=999" role="button" title="sh2" alt="sh2" /&gt;&lt;/span&gt;&lt;BR /&gt;
sh2&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 06:27:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465618#M24270</guid>
      <dc:creator>moonyoungjung</dc:creator>
      <dc:date>2019-08-29T06:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Search head and Indexer has different indexes list</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465619#M24271</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;/P&gt;

&lt;P&gt;I was checked entire 20 ea indexer's directory //splunk_home/var/lib/splunk/&lt;BR /&gt;
Every directory has same folder structure. and same index folder name&lt;BR /&gt;
and I was checked setting of SH1, SH2, ...SH5 Distributed search » Search peers in the list.&lt;BR /&gt;
The list is the same. &lt;/P&gt;

&lt;P&gt;What conf file should I fix or check?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 07:22:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465619#M24271</guid>
      <dc:creator>moonyoungjung</dc:creator>
      <dc:date>2019-08-29T07:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search head and Indexer has different indexes list</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465620#M24272</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;Some "search head " has indexes 10 list of it
the other has 15 list in setting -&amp;gt; indexes
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;-----this part is bit confusing.. could you please write your question once again. thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 09:58:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465620#M24272</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2019-08-29T09:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Search head and Indexer has different indexes list</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465621#M24273</link>
      <description>&lt;P&gt;I will Explained more detail.&lt;BR /&gt;
Sh1 Settings -&amp;gt; data -&amp;gt; indexes list  (23 index)&lt;BR /&gt;
Sh2 Settings -&amp;gt; data -&amp;gt; indexes list (20 index)&lt;BR /&gt;
Is different.&lt;BR /&gt;
And entire indexes is 40 every index cluster members has 40 indexes.&lt;/P&gt;

&lt;P&gt;Sh1 has 17 index it's not sync with indexer cluster&lt;BR /&gt;
and Sh2 has 20 it's not sync with indexer cluster too.&lt;/P&gt;

&lt;P&gt;This situation is problem when I was add data from sh1 and sh2&lt;BR /&gt;
for example I want add data to idx_a but there is no idx_a in sh1 when select index infomation step.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:57:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465621#M24273</guid>
      <dc:creator>moonyoungjung</dc:creator>
      <dc:date>2020-09-30T01:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Search head and Indexer has different indexes list</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465622#M24274</link>
      <description>&lt;P&gt;I will explain more detail.&lt;BR /&gt;
sh1 settings-&amp;gt;data-&amp;gt;indexes list(23 index)&lt;BR /&gt;
sh1 settings-&amp;gt;data-&amp;gt;indexes list(20 index) &lt;BR /&gt;
is different.&lt;BR /&gt;
And entire indexes is 40.&lt;BR /&gt;
Every index cluster members have 40 indexes list of it.&lt;/P&gt;

&lt;P&gt;sh1 is 17 index not sync with entire index list&lt;BR /&gt;
sh2 is 20 index not sync with entire index list too.&lt;/P&gt;

&lt;P&gt;This situation is a problem when I added data from sh1 and sh2.&lt;BR /&gt;
For example, I want to add data to idx_a but there is no idx_a in sh1 when select index information step.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:01:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-head-and-Indexer-has-different-indexes-list/m-p/465622#M24274</guid>
      <dc:creator>moonyoungjung</dc:creator>
      <dc:date>2020-09-30T02:01:06Z</dc:date>
    </item>
  </channel>
</rss>

