Splunk can create specific administrative accounts on first startup through the user-seed.conf file. You can create a user-seed.conf file in any bundle, but it will only be used the first time you start Splunk and ignored thereafter.
Specify the usernames and passwords to create in this form:
[user_info]
USERNAME = staff
PASSWORD = passw0rd
If users are created via user-seed.conf, the usual default admin account will not be created, only the ones specified. Any accounts created this way will have the Admin role.
Note You should remove this file after first startup, as the passwords are saved in plaintext.
Changing the SSL configurationThe SSL configuration is controlled by the file server.conf. To change the default settings, create a new server.conf file in a configuration bundle. You should create a new bundle rather than using the README directory for easier maintenance later.
An SSL configuration stanza begins with [sslConfig] and can contain the following options:
For additional information, see server.conf.spec and server.conf.example in $SPLUNK_HOME/etc/bundles/README.
If you enable SSL for the GUI with enableSplunkSearchSSL = true, then you will not be able to access Splunk without specifying https in your browser. Splunkweb will continue to use the same port number, by default 8000.
To disable the web interface entirely, go to the Server > Settings tab in the GUI and select No for "Run Splunk's web interface?" You can also change the port numbers from this page. Save and restart Splunk for your settings to take effect.
Comments
No comments have been submitted.