Admin Manual

 


About the Splunk Admin Manual
How Splunk Works

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.spec

# Copyright (C) 2005-2008 Splunk Inc.  All Rights Reserved.  Version 3.0 
#
# Specification for user-seed.conf.  Allows configuration of Splunk's initial username and password.
# Currently, only one user can be configured with user-seed.conf.
#
# To override the default username and password, place user-seed.conf in 
# $SPLUNK_HOME/etc/system/default. You must restart Splunk to enable configurations.
#
# To learn more about configuration files (including precedence) please see the documentation 
# located at http://www.splunk.com/base/Documentation/latest/Admin/HowDoConfigurationFilesWork.
[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 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/system/default/ (as opposed to ../local/) before first running Splunk. After Splunk has been run at least once $SPLUNK_HOME/etc/passwd takes over and user-seed will NOT work.


user-seed.conf.example

# Copyright (C) 2005-2008 Splunk Inc.  All Rights Reserved.  Version 3.0 
#
# This is an example user-seed.conf.  Use this file to create an initial login.
#
# NOTE: To change the default start up login and password, this file must be in 
# $SPLUNK_HOME/etc/system/default/ prior to starting Splunk for the first time.
#
# To use this configuration, copy the configuration block into user-seed.conf 
# in $SPLUNK_HOME/etc/system/local/. You must restart Splunk to enable configurations.
#
# To learn more about configuration files (including precedence) please see the documentation 
# located at http://www.splunk.com/base/Documentation/latest/Admin/HowDoConfigurationFilesWork.
[user_info]
USERNAME = admin
PASSWORD = myowndefaultPass

This documentation applies to the following versions of Splunk: 3.3 , 3.3.1 , 3.3.2 , 3.3.3 , 3.3.4 , 3.4 , 3.4.1 , 3.4.2 , 3.4.3 , 3.4.5 , 3.4.6 , 3.4.8 , 3.4.9 , 3.4.10 , 3.4.11 , 3.4.12 , 3.4.13 , 3.4.14 View the Article History for its revisions.


You must be logged into splunk.com in order to post comments. Log in now.

Was this documentation topic helpful?

If you'd like to hear back from us, please provide your email address:

We'd love to hear what you think about this topic or the documentation as a whole. Feedback you enter here will be delivered to the documentation team.

Feedback submitted, thanks!