<?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 can't I get the deployer to push apps to search head cluster members after a new Splunk installation? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Why-can-t-I-get-the-deployer-to-push-apps-to-search-head-cluster/m-p/390236#M14183</link>
    <description>&lt;P&gt;I've ran this command without the -auth portion... and it doesn't even prompt me for credentials. Instead I get::&lt;/P&gt;

&lt;P&gt;Non-200/201 status_code=401; {"messages":[{"type":"WARN","text":"call not properly authenticated"}]}&lt;/P&gt;

&lt;P&gt;I've looked at the search head cluster status (splunk show shcluster-status) and everything is up, working great. I've even made a report and dashboard on one cluster member and it's replicating to the other members just fine. I still can't push out an app!!!! Killing me.&lt;/P&gt;

&lt;P&gt;Any help would be much appreciated. &lt;/P&gt;</description>
    <pubDate>Thu, 03 Jan 2019 19:22:31 GMT</pubDate>
    <dc:creator>joesrepsolc</dc:creator>
    <dc:date>2019-01-03T19:22:31Z</dc:date>
    <item>
      <title>Why can't I get the deployer to push apps to search head cluster members after a new Splunk installation?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-can-t-I-get-the-deployer-to-push-apps-to-search-head-cluster/m-p/390233#M14180</link>
      <description>&lt;P&gt;Having this same issue now on a brand new Splunk setup (7.2.2). Search head cluster is (3), and (1) deployer. I got everything dialed in, but this command keeps generating the same message. I've tried against the captain, and not a captain — same result.&lt;/P&gt;

&lt;P&gt;Running command on the Deployer:&lt;/P&gt;

&lt;P&gt;Splunk apply shcluster-bundle -target &lt;A href="https://SHCaptainName:8089"&gt;https://SHCaptainName:8089&lt;/A&gt; -auth admin:secretkey&lt;/P&gt;

&lt;P&gt;Response:&lt;/P&gt;

&lt;P&gt;Error while deploying apps to first member: Error while fetching apps baseline on &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;target=https://SHCaptainName:8089: Non-200/201 status_code=401; {"messages":[{"type":"WARN","text":"call not properly authenticated"}]}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried creating a new folder in /opt/splunk/etc/shcluster/apps/testing/local/outputs.conf&lt;/P&gt;

&lt;P&gt;I tried installing an app in /opt/splunk/etc/shcluster/apps/datagovernance&lt;/P&gt;

&lt;P&gt;... same results/error/&lt;/P&gt;

&lt;P&gt;Splunk shcluster-status shows all the cluster members are good and "up". I can't push an app through the deployer.&lt;/P&gt;

&lt;P&gt;Stuck. Help?&lt;/P&gt;

&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 22:40:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-can-t-I-get-the-deployer-to-push-apps-to-search-head-cluster/m-p/390233#M14180</guid>
      <dc:creator>joesrepsolc</dc:creator>
      <dc:date>2018-12-28T22:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I get the deployer to push apps to search head cluster members after a new Splunk installation?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-can-t-I-get-the-deployer-to-push-apps-to-search-head-cluster/m-p/390234#M14181</link>
      <description>&lt;P&gt;Hi @joesrepsolc  So for admin:secretkey are you actually using admin:password ?&lt;/P&gt;

&lt;P&gt;I just wanted to check that you were not using the secret key from the shclustering stanza but the actual admin password.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[shclustering]
pass4SymmKey = yoursecretkey
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I always leave off the auth and have it prompt me. That way the password is not in the history.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 23:38:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-can-t-I-get-the-deployer-to-push-apps-to-search-head-cluster/m-p/390234#M14181</guid>
      <dc:creator>burwell</dc:creator>
      <dc:date>2018-12-28T23:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I get the deployer to push apps to search head cluster members after a new Splunk installation?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-can-t-I-get-the-deployer-to-push-apps-to-search-head-cluster/m-p/390235#M14182</link>
      <description>&lt;P&gt;Correct. I am using the actual admin password (just using "secretkey" as a placeholder...  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;    )&lt;/P&gt;

&lt;P&gt;I am now checking with networking to see if the replication port between SH's is open. Guessing that may be the next logical step to check.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 15:40:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-can-t-I-get-the-deployer-to-push-apps-to-search-head-cluster/m-p/390235#M14182</guid>
      <dc:creator>joesrepsolc</dc:creator>
      <dc:date>2019-01-02T15:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I get the deployer to push apps to search head cluster members after a new Splunk installation?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-can-t-I-get-the-deployer-to-push-apps-to-search-head-cluster/m-p/390236#M14183</link>
      <description>&lt;P&gt;I've ran this command without the -auth portion... and it doesn't even prompt me for credentials. Instead I get::&lt;/P&gt;

&lt;P&gt;Non-200/201 status_code=401; {"messages":[{"type":"WARN","text":"call not properly authenticated"}]}&lt;/P&gt;

&lt;P&gt;I've looked at the search head cluster status (splunk show shcluster-status) and everything is up, working great. I've even made a report and dashboard on one cluster member and it's replicating to the other members just fine. I still can't push out an app!!!! Killing me.&lt;/P&gt;

&lt;P&gt;Any help would be much appreciated. &lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 19:22:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-can-t-I-get-the-deployer-to-push-apps-to-search-head-cluster/m-p/390236#M14183</guid>
      <dc:creator>joesrepsolc</dc:creator>
      <dc:date>2019-01-03T19:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I get the deployer to push apps to search head cluster members after a new Splunk installation?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-can-t-I-get-the-deployer-to-push-apps-to-search-head-cluster/m-p/390237#M14184</link>
      <description>&lt;P&gt;Did you resolve your issue? Experiencing the same issue myself. I tried to re-enter the passkey and shcluster label, then restart Splunk service. No luck&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 02:43:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-can-t-I-get-the-deployer-to-push-apps-to-search-head-cluster/m-p/390237#M14184</guid>
      <dc:creator>afamuyiwa</dc:creator>
      <dc:date>2019-03-29T02:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I get the deployer to push apps to search head cluster members after a new Splunk installation?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-can-t-I-get-the-deployer-to-push-apps-to-search-head-cluster/m-p/390238#M14185</link>
      <description>&lt;P&gt;I had to editthe pass4SymmKey and restart on the deplyer.&lt;/P&gt;

&lt;P&gt;[shclustering]&lt;BR /&gt;
pass4SymmKey = yourKey&lt;/P&gt;

&lt;P&gt;But I also had to do do that on the search heads too (and restart). There was no pass4SymmKey value under the shclustering stanza. There was in other parts of the file, but not under that stanza. I added that value and restarted, my apply shcluster bundle command worked just fine.&lt;/P&gt;

&lt;P&gt;Put the apps in the /opt/splunk/etc/shcluster/apps directory on the Deployer and identify which search head is the current captain. Then run:&lt;/P&gt;

&lt;P&gt;/opt/splunk/bin/splunk apply shcluster-bundle -target &lt;A href="https://currentCaptain:8089"&gt;https://currentCaptain:8089&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 14:41:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-can-t-I-get-the-deployer-to-push-apps-to-search-head-cluster/m-p/390238#M14185</guid>
      <dc:creator>joesrepsolc</dc:creator>
      <dc:date>2019-03-29T14:41:02Z</dc:date>
    </item>
  </channel>
</rss>

