user-seed.conf
This documentation does not apply to the most recent version of Splunk. Click here for the latest version.
user-seed.conf
user-seed.conf controls what the default admin user account will be on first run. You can use any user name in this file -- the name will be given admin privileges.
IMPORTANT: Unlike all other conf files, user-seed must be in $SPLUNK_HOME/etc/bundles/default/ (as opposed to ../local/) before first running Splunk. After Splunk has been run at least once $SPLUNK_HOME/etc/bundles/passwd takes over and user-seed will NOT work.
user-seed.conf.spec
# Copyright (C) 2005-2007 Splunk Inc. All Rights Reserved. Version 3.0
#
# Specification for user-seed.conf. Allows configuration of Splunk's initial username and password.
[user_info]
USERNAME = <string>
* Username you want to associate with a password.
* Default is Admin.
PASSWORD = <string>
* Password you wish to set for that user.
* Default is changeme.
user-seed.conf.example
# Copyright (C) 2005-2007 Splunk Inc. All Rights Reserved. Version 3.0 # # This is a sample userseed.conf. You may use this file to create an initial login. To change the default # start up login and password, this file must be in the etc/bundles/default/ dir prior to starting Splunk for the first time. [user_info] USERNAME = admin PASSWORD = myowndefaultPass
This documentation applies to the following versions of Splunk: 3.1.4 View the Article History for its revisions.