<?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: Hybrid Search not working in Splunk Cloud &amp;quot;The searchhead is unable to update the peer information. Error = 'Master has multisite enabled but the search head is missing the 'multisite' attribute' for master&amp;quot; in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Hybrid-Search-not-working-in-Splunk-Cloud-quot-The-searchhead-is/m-p/339482#M164358</link>
    <description>&lt;P&gt;I finally figured this out.  The problem is that there is a bug in the error logic and the text is completely wrong!  What it should say is something like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Error = Master has multisite enabled but the search head is missing the 'multisite' or any 'site=' attribute
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In my case, it was the &lt;CODE&gt;site=site1&lt;/CODE&gt; that was missing.  When I added this, it fixed the problem.  Running this command will fix this because it will add &lt;CODE&gt;site=site&lt;/CODE&gt; to &lt;CODE&gt;server.conf&lt;/CODE&gt;, not because it changes anything with &lt;CODE&gt;multisite&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk edit cluster-config -mode searchhead -site site1 -master_uri &lt;A href="https://xx.xxx.xx.xxx:808" target="test_blank"&gt;https://xx.xxx.xx.xxx:808&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However you should not be configuring clusters through the CLI or GUI into &lt;CODE&gt;/opt/splunk/etc/system&lt;/CODE&gt;, you should be configuring them through the configuration files, which is why I am pointing out the true nature of the problem and the right way to fix it.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jul 2018 13:29:57 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2018-07-02T13:29:57Z</dc:date>
    <item>
      <title>Hybrid Search not working in Splunk Cloud "The searchhead is unable to update the peer information. Error = 'Master has multisite enabled but the search head is missing the 'multisite' attribute' for master"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Hybrid-Search-not-working-in-Splunk-Cloud-quot-The-searchhead-is/m-p/339480#M164356</link>
      <description>&lt;P&gt;When I join the Hybrid Search Head to Cloud clustermaster I get this error.&lt;/P&gt;

&lt;P&gt;The searchhead is unable to update the peer information. Error = 'Master has multisite enabled but the search head is missing the 'multisite' attribute' for master&lt;/P&gt;

&lt;P&gt;What gives?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 20:41:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Hybrid-Search-not-working-in-Splunk-Cloud-quot-The-searchhead-is/m-p/339480#M164356</guid>
      <dc:creator>khourihan_splun</dc:creator>
      <dc:date>2017-12-13T20:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hybrid Search not working in Splunk Cloud "The searchhead is unable to update the peer information. Error = 'Master has multisite enabled but the search head is missing the 'multisite' attribute' for master"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Hybrid-Search-not-working-in-Splunk-Cloud-quot-The-searchhead-is/m-p/339481#M164357</link>
      <description>&lt;P&gt;This is because Splunk Cloud has multi-site enabled.&lt;BR /&gt;
To fix that you should run this command on the SH on your laptop from the bin folder:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk edit cluster-master &lt;A href="https://c0m1.example.splunkcloud.com:8089" target="test_blank"&gt;https://c0m1.example.splunkcloud.com:8089&lt;/A&gt; -site site0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk Cloud uses sites 1-3, so make sure you pick &amp;lt;1 &amp;gt;3&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 20:44:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Hybrid-Search-not-working-in-Splunk-Cloud-quot-The-searchhead-is/m-p/339481#M164357</guid>
      <dc:creator>khourihan_splun</dc:creator>
      <dc:date>2017-12-13T20:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hybrid Search not working in Splunk Cloud "The searchhead is unable to update the peer information. Error = 'Master has multisite enabled but the search head is missing the 'multisite' attribute' for master"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Hybrid-Search-not-working-in-Splunk-Cloud-quot-The-searchhead-is/m-p/339482#M164358</link>
      <description>&lt;P&gt;I finally figured this out.  The problem is that there is a bug in the error logic and the text is completely wrong!  What it should say is something like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Error = Master has multisite enabled but the search head is missing the 'multisite' or any 'site=' attribute
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In my case, it was the &lt;CODE&gt;site=site1&lt;/CODE&gt; that was missing.  When I added this, it fixed the problem.  Running this command will fix this because it will add &lt;CODE&gt;site=site&lt;/CODE&gt; to &lt;CODE&gt;server.conf&lt;/CODE&gt;, not because it changes anything with &lt;CODE&gt;multisite&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk edit cluster-config -mode searchhead -site site1 -master_uri &lt;A href="https://xx.xxx.xx.xxx:808" target="test_blank"&gt;https://xx.xxx.xx.xxx:808&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However you should not be configuring clusters through the CLI or GUI into &lt;CODE&gt;/opt/splunk/etc/system&lt;/CODE&gt;, you should be configuring them through the configuration files, which is why I am pointing out the true nature of the problem and the right way to fix it.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 13:29:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Hybrid-Search-not-working-in-Splunk-Cloud-quot-The-searchhead-is/m-p/339482#M164358</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-07-02T13:29:57Z</dc:date>
    </item>
  </channel>
</rss>

