Skip to content

Instantly share code, notes, and snippets.

@Simonx123
Forked from Callonski/start_kibana.sh
Created September 7, 2020 01:06
Show Gist options
  • Save Simonx123/c11c2e201b9d2fc965fc6365c241d5dd to your computer and use it in GitHub Desktop.
Save Simonx123/c11c2e201b9d2fc965fc6365c241d5dd to your computer and use it in GitHub Desktop.
###################### START KIBANA ##########################
sudo systemctl daemon-reload
sudo systemctl enable kibana.service
sudo systemctl start kibana.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment