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!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...