Sign inSign up

bmcbm/docker-filebeat

By bmcbm

Updated over 8 years ago

Ubuntu Xeinal based image running Elastico Filebeat

Image
0

10K+

bmcbm/docker-filebeat repository overview

Docker Filebeat image

Filebeat is a lightweight, open source shipper for log file data. As the next-generation Logstash Forwarder, Filebeat tails logs and quickly sends this information to Logstash for further parsing and enrichment or to Elasticsearch for centralized storage and analysis.

Build and update process

This image is automatically built at every push of this repository and every time that the ubuntu:xenial base image gets updated in order to ensure that bugfixes and security updates are immediately applied.

Run

docker run -v /path/to/filebeat.yml:/filebeat.yml bmcbm/docker-filebeat:1

Or, you can create your own derived image, with the configuration in the image itself.

FROM bmcbm/docker-filebeat
COPY my-config/filebeat.yml /filebeat.yml

Configuration file

You can find an example of the filebeat.yml in the official filebeat repository: https://github.com/elastic/beats/blob/master/filebeat/filebeat.yml

And in the official docs: https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-configuration.html

Tag summary

Content type

Image

Digest

Size

45 MB

Last updated

over 8 years ago

docker pull bmcbm/docker-filebeat