- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

andresito123
Communicator
03-30-2020
06:34 AM
Hello,
I have taken over a Splunk infrastructure from a colleague of mine, and I would like to verify that I have the current cluster key in my possession before the upgrade.
Is there any light, non intrusive command (requiring authentication) that I can run and verify that I have the correct security key?
Thanks.
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

harsmarvania57
Ultra Champion
03-30-2020
06:58 AM
Hi,
You can use below command to decrypt pass4symmkey encrypted value.
$SPLUNK_HOME/bin/splunk show-decrypted --value 'ENCRYPTED_PASSWORD'
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

harsmarvania57
Ultra Champion
03-30-2020
06:58 AM
Hi,
You can use below command to decrypt pass4symmkey encrypted value.
$SPLUNK_HOME/bin/splunk show-decrypted --value 'ENCRYPTED_PASSWORD'
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

andresito123
Communicator
03-30-2020
08:18 AM
Thank you.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

harsmarvania57
Ultra Champion
03-30-2020
08:18 AM
Welcome 🙂
