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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...