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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...