Last active
March 19, 2020 07:46
-
-
Save aamsur-mkt/790ecc08556ca8b726a43ffb04b773e1 to your computer and use it in GitHub Desktop.
Install Filebeat
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
wget https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.0.1-amd64.deb | |
sudo dpkg -i filebeat-7.0.1-amd64.deb | |
sudo apt-get install -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment