Skip to content

Instantly share code, notes, and snippets.

@Simonx123
Forked from Callonski/start_filebeat.sh
Created September 7, 2020 01:06
Show Gist options
  • Save Simonx123/97d923e941f750f11a1860a97a345a85 to your computer and use it in GitHub Desktop.
Save Simonx123/97d923e941f750f11a1860a97a345a85 to your computer and use it in GitHub Desktop.
################## 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