- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SPLUNK BOOT
dani9
Explorer
11-21-2019
08:12 AM
The value of env var SPLUNK_OS_USER, "splunk", does not match any user on this system;
Error: Success
This command can only be run by bootstart user.
WHAT I NEED TO RESOLVE IT?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

ivanreis
Builder
11-21-2019
08:19 PM
When splunk is installed, a user should be created to run splunkd service. By default installation the user is "splunk", so in order to fix the issue, please create a user "splunk" in your environment.
On linux run:
useradd splunk
groupadd splunk
chown -R splunk:splunk $SPLUNK_HOME
Check this document for further information -> https://docs.splunk.com/Documentation/Splunk/8.0.0/Installation/RunSplunkasadifferentornon-rootuser
