Security

Hi, how can I change my Splunk password. I changed it from "changeme" to another one which has special characters (&*), but only (*) is not recognized while issuing commands. Please help

veronicaf
New Member
 
Tags (2)
0 Karma

jrodman
Splunk Employee
Splunk Employee

Does this break via the UI, REST API, or the command line?

Could it be the shell eating the characters?

I changed my admin user's password in a test instance like so:

prompt$ splunk login
Splunk username: admin
Password:     <-entered old password here
prompt$ splunk edit user admin -password 'star*'
User admin edited.
prompt$ splunk login
Splunk username: admin
Password:     <-entered star* here
prompt$ splunk search 'index=_internal |head 10 |stats count'
count
-----
   10
prompt$ splunk search 'index=_internal |head 10 |stats count' -auth 'admin:star*'
count
-----
   10

The UI worked fine too.

0 Karma

veronicaf
New Member

Thanks for your reply Martin

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Log in to your Splunk instance, click your user name in the top bar, select Edit Account, type in your new password twice, and hit save.

That's for Splunk's local authentication, if you're using external authentication such as LDAP you'll need to change your password there.

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 ...