Skip to content

odidev/docker-filebeat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Filebeat 5.x

Lightweight Shipper for Log Data

Filebeat is the next-generation Logstash Forwarder designed to quickly and reliably ship log file data to Logstash or Elasticsearch while only consuming a fraction of the resources.

Filebeat 5.x Docker image. Alpine OS 3.x.

Build Status Image size

  • Filebeat 5.0.0
  • OS is Alpine 3.4 64bit

Build and run

docker build -t "filebeat" .
docker run -d -v /path/to/filebeat.yml:/filebeat.yml --name my-filebeat filebeat

or just run

docker run -d -v /path/to/filebeat.yml:/filebeat.yml --name my-filebeat nguoianphu/docker-filebeat

Official Docs

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

Docker Filebeat 1.3.x

Go to 1 branch at Build Status

About

Docker Filebeat image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%