- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do you restart splunk?

richgalloway

SplunkTrust
05-17-2018
12:53 PM
How do you restart splunk?
(originally a response to https://answers.splunk.com/answers/386613/how-do-i-reset-the-password-if-i-do-not-remember-t.html#an...)
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

vinaybandaru
Path Finder
10-07-2019
09:54 AM
what is the difference between two types of restart ?
1) Settings -> Server controls
2) /opt/splunk/bin/splunk start
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
jacobpevans
Motivator
10-07-2019
11:42 AM
There is no difference assuming you mean restart
instead of start
. You can't start
via the GUI since the GUI would not be up.
/opt/splunk/bin/splunk restart
Cheers,
Jacob
If you feel this response answered your question, please do not forget to mark it as such. If it did not, but you do have the answer, feel free to answer your own post and accept that as the answer.
Jacob
If you feel this response answered your question, please do not forget to mark it as such. If it did not, but you do have the answer, feel free to answer your own post and accept that as the answer.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
xpac

SplunkTrust
05-18-2018
12:37 AM
Alternative option, via the Web GUI:
Settings
-> Server controls
Hope that helps - if it does I'd be happy if you would upvote/accept this answer, so others could profit from it. 🙂
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

solarboyz1
Builder
05-17-2018
01:08 PM
From the command line on Linux (default RHEL install location)
# /opt/splunk/bin/splunk start
