<?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's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening! in Security</title>
    <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293628#M7869</link>
    <description>&lt;P&gt;You should file a bug on this.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2017 18:37:34 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-03-24T18:37:34Z</dc:date>
    <item>
      <title>Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293619#M7860</link>
      <description>&lt;P&gt;We've migrated some search heads, i've deleted the indexer peers, readded the cluster masters and everything looks fine and healthy ...until suddenly it doesn't. &lt;/P&gt;

&lt;P&gt;I've read the installation guide and i don't see anything wrong with what I've done.&lt;/P&gt;

&lt;P&gt;I've gone inside server.conf in the search heads and uncommented the distributed search servers. I've gone through the gui and added the cluster masters for the 2 clusters to be searched. &lt;/P&gt;

&lt;P&gt;In the gui, under distributed search, I see this (for all 4 indexers):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Error [00000010] Instance name "splunk01.domain.com" Search head's authentication credentials rejected by peer. Try re-adding the peer. Last Connect Time:2017-03-24T03:43:41.000+00:00; Failed 10 out of 10 times.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and under indexer clustering, everything looks hunky dory:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Cluster Master       Searchable           Search Factor Replication Factor  Status  Actions
&lt;A href="https://10.1.2.20:8089" target="test_blank"&gt;https://10.1.2.20:8089&lt;/A&gt;  All Data is Searchable   Met               Met  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And here's the kicker: Restarting splunk FIXES it temporarily! but less than an hour later, the problem resurfaces...&lt;/P&gt;

&lt;P&gt;I don't know causes this and i'm starting to think it's a bug, because i've triple checked my configs and everything looks fine...&lt;/P&gt;

&lt;P&gt;Any clues? &lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 03:53:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293619#M7860</guid>
      <dc:creator>gozulin</dc:creator>
      <dc:date>2017-03-24T03:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293620#M7861</link>
      <description>&lt;P&gt;Is the secret key same between clusters and search head?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 04:02:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293620#M7861</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-03-24T04:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293621#M7862</link>
      <description>&lt;P&gt;if i use the wrong password when adding a searchhead to a cluster, it doesn't let me add it to begin with. full stop. I also mentioned it works fine for a while after I restart splunk. This would not happen if the secret key were different, is it not so?&lt;/P&gt;

&lt;P&gt;In which files, and which stanzas am I supposed to check if the secret keys are the same?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 04:14:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293621#M7862</guid>
      <dc:creator>gozulin</dc:creator>
      <dc:date>2017-03-24T04:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293622#M7863</link>
      <description>&lt;P&gt;It looks like the peers you are talking about are indexers part of a cluster.&lt;BR /&gt;
I understand you are modifying the peer list on SH.&lt;BR /&gt;
You should never add or delete them on the search head as the CM will give the list to the search head in a way that replicated buckets are only used once.&lt;BR /&gt;
To fix it, I would : &lt;BR /&gt;
make a backup ,&lt;BR /&gt;
remove the SH from the CM (from the SH, by commenting out the ref to CM in server.conf then restart splunk on sh)&lt;BR /&gt;
remove all search peers (indexers) from the SH (via gui) &lt;BR /&gt;
uncomment the CM line in server.conf + restart&lt;/P&gt;

&lt;P&gt;test that you can : &lt;BR /&gt;
see the SH in the CM list&lt;BR /&gt;
see peers under the SH (but don't modify)&lt;BR /&gt;
test that from a search you don't see data twice (that would mean peers are defined as static)&lt;/P&gt;

&lt;P&gt;if you are still loosing connectivity after a while : &lt;BR /&gt;
check that everything is NTP synchronized &lt;BR /&gt;
check load on indexer + if you are in a virtualized test env where something else load the hosts , increase the HTTP timeout on SH and idx.(if indexer is too slow, the SH will think the auth failed)&lt;BR /&gt;
if you are sending too many searches simultaneously on the indexers (ie more than their capacity), reduce the number of searches in // on the SH&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 08:36:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293622#M7863</guid>
      <dc:creator>maraman_splunk</dc:creator>
      <dc:date>2017-03-24T08:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293623#M7864</link>
      <description>&lt;P&gt;I've already performed the steps you describe to clean the config and re-add the cluster masters. When I say I re-added the peers, i mean i did it by adding the CM. Not manually. That didn't help. ntp is enabled and this is not a load issue. the indexers have light workloads. any other ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 12:41:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293623#M7864</guid>
      <dc:creator>gozulin</dc:creator>
      <dc:date>2017-03-24T12:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293624#M7865</link>
      <description>&lt;P&gt;It is not entirely necessary to do this through the GUI; you can manually configure a search peer as follows:&lt;/P&gt;

&lt;P&gt;On your Search Head, get a copy of this file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/auth/distServerKeys/trusted.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also modify this file and add in the new Indexer (it might be in a different location so poke around):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/system/local/distsearch.conf
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also get the hostname of the Search Head with this command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;hostname
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On your Indexer(s), go to this directory:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/auth/distServerKeys/
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Create a directory there named with the name of your Search Head's hostname and put the &lt;CODE&gt;trusted.pem&lt;/CODE&gt; file from the Search Head there.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 15:12:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293624#M7865</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-24T15:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293625#M7866</link>
      <description>&lt;P&gt;Wow..you answer made me realize something. we added 2 searchheads almost simultaneously, which were named sh1.aqx.com and sh1.oly.com. Splunk in it's wisdom only used the first part to identify them in server.conf...both were named sh1.&lt;/P&gt;

&lt;P&gt;So my guess is each time I added the cluster to one of them, its pem overwrote the existing pem under /distServerKeys/sh1/ which obviously caused the re-authentication for the one whose pem was overwritten to fail.&lt;/P&gt;

&lt;P&gt;This could all have been avoided if splunk used a unique identifier (such as an IP or a FQDN) when deciding what to call itself, instead of just assuming the output of the command "hostname" would be unique across the entire environment. &lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 16:05:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293625#M7866</guid>
      <dc:creator>gozulin</dc:creator>
      <dc:date>2017-03-24T16:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293626#M7867</link>
      <description>&lt;P&gt;Thanks to Woodcock, So I just realized something. We added 2 searchheads to the cluster in a 24h span. splsearch01.domain1.com and splsearch01.domain2.com&lt;/P&gt;

&lt;P&gt;As you can see, BOTH  searchheads’s hostname is splsearch01 , so these problems arise because they kept overwriting each other’s pem files so only one searchhead could be authenticated at any given time. None of this was logged as an error or warning by splunk…so it was effectively invisible.&lt;/P&gt;

&lt;P&gt;In other words, this was all caused by the COINCIDENCE that both searchheads we just installed shared the same name because splunk  didn’t go and get an FQDN (fully qualified domain name) by default when it was installed. It just used whatever the output of the command “hostname” was and left it at that. That’s right. It didn’t use a unique identifier. It assumed the output of the command hostname would be unique across all splunk instances….why splunk, why? &lt;/P&gt;

&lt;P&gt;I went and manually added the fqdn to server.conf on both searchheads so splunk is identifying them by their UNIQUE fqdn, and I’ve verified that the pem files are now be stored in DIFFERENT directories so no pem files will be overwritten.&lt;/P&gt;

&lt;P&gt;Going forward, we’ll have to take this into account and rename each host with the fqdn (hostname bla.xxx.cequintecid.com) before installing splunk. (because splunk won't do this for us...it could have easily done so using facter...) This should prevent similar situations from ever arising again.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:04:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293626#M7867</guid>
      <dc:creator>gozulin</dc:creator>
      <dc:date>2017-03-24T18:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293627#M7868</link>
      <description>&lt;P&gt;There you go.  Teamwork!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:32:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293627#M7868</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-24T18:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293628#M7869</link>
      <description>&lt;P&gt;You should file a bug on this.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:37:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293628#M7869</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-24T18:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293629#M7870</link>
      <description>&lt;P&gt;I'm having the exact same issue and my 10 search peers all have both unique short and FQDN names. &lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 02:21:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293629#M7870</guid>
      <dc:creator>bandit</dc:creator>
      <dc:date>2017-04-15T02:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293630#M7871</link>
      <description>&lt;P&gt;Ugh! I figured out how I broke this. I have a large linux host and I stacked 3 search heads on it in different directories with unique ports. One for ITSI, one for plain vanilla splunk, and one as a prod copy/staging. Basically 3 test environments. The trouble was that I set up the 2nd two quickly to help a colleague troubleshoot another issue and I didn't change the Splunk server name which defaults to the short host name of the server. Long story short, all 3 instances were identifying themselves as the same splunk server to the same search peers resulting in authentication working for a little while then breaking randomly.  I imagine this could also happen to someone by cloning a search head to another host and not making the  Splunk server name unique and then connecting up to the same search peers. I hope this saves someone else some frustration. In my case, there were no search clusters or index replications clusters. Possibly a future update to Splunk that warns that the name is already in use by another search head?&lt;/P&gt;

&lt;P&gt;in server.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[general]
serverName = unique_name_here
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;while you're at it, you might as well name uniquely in inputs.conf as well.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = unique_name_here
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 15 Apr 2017 02:40:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293630#M7871</guid>
      <dc:creator>bandit</dc:creator>
      <dc:date>2017-04-15T02:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293631#M7872</link>
      <description>&lt;P&gt;I've got nothing.  I would open support case.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 23:11:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293631#M7872</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-04-15T23:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293632#M7873</link>
      <description>&lt;P&gt;So it really was the exact same problem that the OP had.  When you run multiple instances on a single server, it is IMPERATIVE that you set unique &lt;CODE&gt;serverName&lt;/CODE&gt; values inside of &lt;CODE&gt;server.conf&lt;/CODE&gt; for each instance to avoid this (and other) problems.  If you had mentioned a multiple-instance server, I would have immediately known that this was the problem.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 23:23:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293632#M7873</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-04-15T23:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293633#M7874</link>
      <description>&lt;P&gt;Great to see command line option. Wished Splunk pushed this also into "apps", so we can use central app distribution framework for hands-free addition, rather than touching the etc/auth location &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Aug 2017 12:51:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293633#M7874</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2017-08-06T12:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293634#M7875</link>
      <description>&lt;P&gt;I agree, but...&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 01:22:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293634#M7875</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-08-07T01:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293635#M7876</link>
      <description>&lt;P&gt;I have the same issue with 1 search head and 1 indexer. I can add Peer but the console still has the same message.&lt;BR /&gt;
The trusted.pem is getting passed on to the indexer correctly and the url -k -u admin:password &lt;A href="https://indexer:8089/services/server/info"&gt;https://indexer:8089/services/server/info&lt;/A&gt; give me the server info.&lt;BR /&gt;
Can anyone help.&lt;/P&gt;

&lt;P&gt;Details&lt;BR /&gt;
Search head splunkd log&lt;/P&gt;

&lt;P&gt;07-09-2018 17:21:46.755 +0000 WARN GetRemoteAuthToken - Unable to get authentication token from peeruri="https‍://indexer1.dev:8089/services/admin/auth-tokens".&lt;BR /&gt;
07-09-2018 17:21:46.755 +0000 WARN DistributedPeer - Peer:https‍://indexer41.dev:8089 Authentication Failed&lt;BR /&gt;
Indexer splunkd.log&lt;/P&gt;

&lt;P&gt;07-09-2018 17:21:46.747 +0000 WARN AdminHandler:AuthenticationHandler - Denied session token for user: splunk-system-user&lt;BR /&gt;
07-09-2018 17:21:46.755 +0000 WARN AdminHandler:AuthenticationHandler - Denied session token for user: splunk-system-user&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 22:20:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293635#M7876</guid>
      <dc:creator>aksharp</dc:creator>
      <dc:date>2018-07-09T22:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293636#M7877</link>
      <description>&lt;P&gt;@woodcock Thanks a lot this helped to troubleshoot one of internal issue. &lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 21:12:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293636#M7877</guid>
      <dc:creator>athorat</dc:creator>
      <dc:date>2019-04-17T21:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293637#M7878</link>
      <description>&lt;P&gt;Don't forget to &lt;CODE&gt;UpVote&lt;/CODE&gt; then!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 23:20:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/293637#M7878</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-04-17T23:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Search head's authentication credentials rejected by peer. I've re-added peers 4 times and this keeps happening!</title>
      <link>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/759678#M18583</link>
      <description>&lt;P&gt;If you're still having trouble, you might want to try rebooting the machine. It helped in my case&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 03:50:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Search-head-s-authentication-credentials-rejected-by-peer-I-ve/m-p/759678#M18583</guid>
      <dc:creator>lnl2304</dc:creator>
      <dc:date>2026-03-26T03:50:03Z</dc:date>
    </item>
  </channel>
</rss>

