Security

Why is the option to change password not active on my Splunk login screen?

Cvetanka
New Member

I have to change my password to log in Splunk, however, this option is not active on my screen.

0 Karma

yannK
Splunk Employee
Splunk Employee

also if your instance is setup to authenticate with a third party LDAP/ AD / SAML then you cannot change those users passwords from Splunk.

0 Karma

vasildavid
Path Finder

Assuming you have a Splunk Enterprise license, one of the capabilities associated with a user's role is the "change_own_password" capability. If a user's role does not have that capability, they should not be able to change their own password.

0 Karma

ngatchasandra
Builder

Hi Cvetanga,

  1. If you are in splunk free, there is no authentication available in the Free version, so no password can be set. You may use firewalls and/or proxies to limit access to Splunk instead.

  2. on the other hand, you can use the command line like follow if you want to change an admin user password:

    ./splunk edit user admin -password newPassword -role admin -auth admin:changeme

This command changes the admin password from changeme to newPassword .

Note that the passwords with special characters that would be interpreted by the shell (for example $ or !) must be either escaped or single-quoted:

 ./splunk edit user admin -password 'newpass$' -role admin -auth admin:changeme

or

./splunk edit user admin -password 'newpass\$' -role admin -auth admin:changeme
  1. You can also follow the link: https://answers.splunk.com/answers/834/how-could-i-reset-the-admin-password.html or

https://answers.splunk.com/answers/778/how-can-i-change-the-admin-password-before-splunk-is-started-...

This will help you.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...