Security

Disabling login screen

nina15
Communicator

Is it possible to disable the login screen in splunk??

Tags (1)

gregavan
Engager

I hacked Splunk/SSO to let users auto-login as the "splunk" user using the following Apache config (you'll need to ensure that this user exists on your Splunk instance).

Listen 8989
<VirtualHost *:8989>
  <Proxy http://127.0.0.1:8989/*>;
      Allow from all
   </Proxy>
   <LocationMatch "/">
      ProxyPass http://127.0.0.1:8000/
      ProxyPassReverse http://127.0.0.1:8000/
      Header add REMOTE_USER "splunk"
      RequestHeader set REMOTE_USER "splunk"
   </LocationMatch>
</VirtualHost>

Then in Settings > Server Settings > General Settings set "SSO Trusted IP" to 127.0.0.1

lenafried
New Member

Yesterday I downloaded what I assumed was the free 60-day trial version and opened and used it several times without having to log in after the first time. Today, the login screen is displayed and, to my horror, I forgot the name and password. What do I do? I thought the login screen is not needed for the free version. If a login is needed how do I reset the name and password or work around it?

0 Karma

ChrisG
Splunk Employee
Splunk Employee

If you have access to the file system, you can back up the password file and restart Splunk Enterprise. Then you will be back to admin/changeme. See http://answers.splunk.com/answers/834/how-could-i-reset-the-admin-password.

0 Karma

lenafried
New Member

I did reset them.

0 Karma

ChrisG
Splunk Employee
Splunk Employee

If you did not reset the user name and password, then they are still the default: admin/changeme.

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

The free version does not have a login screen. The enterprise and trial versions require authentication. However, authentication can occur if either (a) you place it behind an appropriately configured proxy and enable SSO mode, or (b) you use the "insecurelogin" URL and pass the ID and password of a user in the URL. http://splunk-base.splunk.com/answers/4851/how-to-view-reports-link-without-providing-login-credenti...

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...