Security

CLI command to login: Is there a way to add the -auth parameter or does login not have that feature?

ben_leung
Builder

Tried to run

./splunk login -auth admin:password

Cannot seem to execute a one liner command to authenticate local user session.

Is there a way to add the -auth parameter or does login not have that feature?

Tags (3)
1 Solution

musskopf
Builder

I don't think you could send user and pass for the login command. As alternative you could use a search to login and create the session:

./splunk search 'index=_internal | fields _time | head 1 ' -auth 'admin:password'

After that you have your session and don't have to send user/pass anymore.

Cheers

View solution in original post

musskopf
Builder

I don't think you could send user and pass for the login command. As alternative you could use a search to login and create the session:

./splunk search 'index=_internal | fields _time | head 1 ' -auth 'admin:password'

After that you have your session and don't have to send user/pass anymore.

Cheers

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...