Security

Update the admin password for UF globally

tlam_splunk
Splunk Employee
Splunk Employee

We want to change the admin password for all the UF globally. Is it possible to change it through the deployment server ? As we have more than thousand of UF and don't want to change it one by one. Is there any way to achieve it ? Thanks

Tags (1)
0 Karma

tlam_splunk
Splunk Employee
Splunk Employee

We finally find that there is no supported way to change the password via a deployment server. However, we can reset the admin password by using the following command:

splunk edit user -auth admin: --newpassword

and we would change the password across all the UFs is to set up a script with this command the have the script deployed and ran on all the deployment clients

Try to create a dump app and deploy it to the UF
- create the inputs.conf

e.g.
[script://$SPLUNK_HOME/etc/apps//bin/change_pass.sh]
disabled = false
interval = 100000 (any big value)
- create the change_pass.sh script and issue the splunk change admin password command. As it expects to run it once, we could have some checking to stop it from changing password again if it’s run already.

0 Karma

skalliger
SplunkTrust
SplunkTrust

You had no success in deploying an app that removes your passwd file and deploy a user-seed.conf to all of your forwarders?

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...