Created
November 8, 2018 16:33
-
-
Save 0x8BADFOOD/367aeb7c0ef135148c66f3a8fc71f572 to your computer and use it in GitHub Desktop.
greylog start stop status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
Stop: | |
service graylog-server stop; service elasticsearch stop; service mongodb stop; | |
# Check Status: | |
service graylog-server status; service elasticsearch status; service mongodb status; | |
# Start | |
service graylog-server start; service elasticsearch start; service mongodb start; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment