-
-
Save Simonx123/97d923e941f750f11a1860a97a345a85 to your computer and use it in GitHub Desktop.
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
################## START FILEBEAT ####################### | |
sudo systemctl daemon-reload | |
sudo systemctl enable filebeat | |
sudo filebeat modules enable system nginx mysql elasticsearch kibana googlecloud | |
cd /etc/filebeat/ | |
sudo filebeat setup -e | |
sudo systemctl start filebeat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment