<?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: Getting decryption failed errors on indexers in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Getting-decryption-failed-errors-on-indexers/m-p/508758#M17465</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Someone spent a week solving this particular issue.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.gnzlabs.io/gnzlabs-blog/splunk-aes-gcm-decryption-failed/" target="_blank"&gt;https://www.gnzlabs.io/gnzlabs-blog/splunk-aes-gcm-decryption-failed/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There is a solution you can try in the first few sentences, and an interesting crime story how he/she found the RootCause.&lt;BR /&gt;&lt;BR /&gt;Did you recently upgrade your Splunk Env.?&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jul 2020 09:32:35 GMT</pubDate>
    <dc:creator>rnowitzki</dc:creator>
    <dc:date>2020-07-13T09:32:35Z</dc:date>
    <item>
      <title>Getting decryption failed errors on indexers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Getting-decryption-failed-errors-on-indexers/m-p/508697#M17463</link>
      <description>&lt;P&gt;In Splunk clustering, all the indexers are generating decryption failure errors in the splunkd (_internal) logs.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Crypto - Decryption operation failed: AES-GCM Decryption failed!
AesGcm - AES-GCM Decryption failed!&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What could be the root cause and what is the solution?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 17:13:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Getting-decryption-failed-errors-on-indexers/m-p/508697#M17463</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2020-07-12T17:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting decryption failed errors on indexers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Getting-decryption-failed-errors-on-indexers/m-p/508758#M17465</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Someone spent a week solving this particular issue.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.gnzlabs.io/gnzlabs-blog/splunk-aes-gcm-decryption-failed/" target="_blank"&gt;https://www.gnzlabs.io/gnzlabs-blog/splunk-aes-gcm-decryption-failed/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There is a solution you can try in the first few sentences, and an interesting crime story how he/she found the RootCause.&lt;BR /&gt;&lt;BR /&gt;Did you recently upgrade your Splunk Env.?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 09:32:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Getting-decryption-failed-errors-on-indexers/m-p/508758#M17465</guid>
      <dc:creator>rnowitzki</dc:creator>
      <dc:date>2020-07-13T09:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getting decryption failed errors on indexers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Getting-decryption-failed-errors-on-indexers/m-p/526476#M18141</link>
      <description>&lt;P&gt;I got the "AES-GCM decryption failed!" error on my search head after migrating from an old server to a new server (copying over the entire contents of $SPLUNK_HOME).&amp;nbsp; The fix that worked for me was to reset the pass4SymmKey in the [general] stanza of my $SPLUNK_HOME/etc/system/local/server.conf.&amp;nbsp; That key seems to affect a lot of things.&amp;nbsp; I had trouble sending email alerts and reading certain files with apps from SplunkBase until I corrected this.&lt;/P&gt;&lt;P&gt;1) On my old server, I ran $SPLUNK_HOME/bin/splunk show-decrypted --value '&amp;lt; pass4SymmKey value from server.conf&amp;gt;' in order to get the key in plaintext (requires Splunk 7.2.2+).&lt;/P&gt;&lt;P&gt;2) Then I edited&amp;nbsp;$SPLUNK_HOME/etc/system/local/server.conf on my new server to set pass4SymmKey of the [general] stanza to the plaintext value from step 1.&amp;nbsp; For example, if your key from step 1 was "changeme", then change server.conf to look like this:&lt;/P&gt;&lt;P&gt;[general]&lt;BR /&gt;pass4SymmKey = changeme&lt;/P&gt;&lt;P&gt;3) Restart Splunk.&amp;nbsp; After Splunk starts, it will change the plaintext pass4SymmKey in your server.conf to an encrypted value.&lt;/P&gt;&lt;P&gt;4) Monitor $SPLUNK_HOME/var/log/splunk/splunkd.log and $SPLUNK_HOME/var/log/splunk/python.log to ensure that you don't get any more of those decryption failed messages.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 15:44:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Getting-decryption-failed-errors-on-indexers/m-p/526476#M18141</guid>
      <dc:creator>leeraym</dc:creator>
      <dc:date>2020-10-26T15:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting decryption failed errors on indexers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Getting-decryption-failed-errors-on-indexers/m-p/529578#M18244</link>
      <description>&lt;P&gt;here is what i did to correct my issue with the same error at restart.&amp;nbsp; I was having the issue on 2 indexers.&amp;nbsp; I went throught the each value for every instance of pass4SymmKey and sslPassword and fed that encrypted value in the /bin/splunk show-decrypted --value 'pastvaluehere' until this command spit out the same error "....AES-GCM Decryption Failed!".&amp;nbsp; If it spits out the decrypted value, move on the the next one.&amp;nbsp; When that command spits out the AES-GCM error you know you have found your password that needs to be update/chagned.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 17:06:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Getting-decryption-failed-errors-on-indexers/m-p/529578#M18244</guid>
      <dc:creator>coreyCLI</dc:creator>
      <dc:date>2020-11-16T17:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting decryption failed errors on indexers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Getting-decryption-failed-errors-on-indexers/m-p/556862#M18925</link>
      <description>&lt;P&gt;I had the same issue after copying a known working server.conf file (with encrypted pass4symmkey) to new peer, and once i had it on the new peer I updated the password (so that it wasnt encrypted) and saved.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT then i realized it was in "DOS" format, and I used vim command ":set ff=unix" and then saved.&amp;nbsp; Switching from DOS to UNIX file format is what mangled it so that it could no longer be used.&lt;/P&gt;&lt;P&gt;To resolve, i opened server.conf and removed the encrypted pass4symmkey and replace it with the unencrypted value and restarted.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 20:31:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Getting-decryption-failed-errors-on-indexers/m-p/556862#M18925</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2021-08-18T20:31:50Z</dc:date>
    </item>
  </channel>
</rss>

