Ubuntu16.04 installation Filebeat

Filebeat official document address

https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-installation.html

Download and install

-L -O httpsartifactselasticcodownloadsbeatsfilebeatfilebeat731linuxx8664targz curl 
tar xzvf filebeat-731-the linux-x8664targz

编写 filebeat.yml

 

start up

chmod go-w /home/lintong/software/apache/filebeat-7.3.1-linux-x86_64/filebeat.yml 
./filebeat -e -c filebeat.yml

 

Guess you like

Origin www.cnblogs.com/tonglin0325/p/11420520.html