Created
July 19, 2020 14:58
-
-
Save Callonski/1370740ec53644900c0a82e365b1f5d1 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