Refine your search:

I just installed the current version of Splunk on my Fedora Core 14 laptop. There is an option at login for Splunk Server. I have no idea what the password is (neither changeme, nor my user or root passwords work). Can anyone help? Thanks in advance.

asked 26 Jun '11, 11:38

stevengrigg's gravatar image

stevengrigg
11
accept rate: 0%


One Answer:

Are you referring to logging into Splunk itself or an account on the OS created for Splunk to run under?

If the former, then you can reset the Splunk password by following the steps below (needs filesystem access):

  • Move the $SPLUNK_HOME/etc/passwd file to passwd.bak
  • Restart splunk. After the restaringt you should be able to login using the default login (admin/changeme).
  • If you created other user accounts, copy those entries from the backup file into the new passwd file and restart splunk.

If your looking for the latter (to login using the Splunk account on the OS) then you'll find you will not be able to login into the account that the Splunk installer created since it does not have a valid password defined since the account is only designed to be used by the local Splunk processes. The password for the splunk account in /etc/shadow is usually set to an exclamation mark which prevents anyone from logging in with this password.

link

answered 26 Jun '11, 23:30

LukeMurphey's gravatar image

LukeMurphey
1.3k211
accept rate: 38%

thanks luke.

(27 Jun '11, 05:06) stevengrigg
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×502
×92
×68

Asked: 26 Jun '11, 11:38

Seen: 1,331 times

Last updated: 27 Jun '11, 05:06

Copyright © 2005-2012 Splunk Inc. All rights reserved.