https://github.com/nguoianphu/docker-filebeat
Docker Filebeat image
https://github.com/nguoianphu/docker-filebeat
docker filebeat
Last synced: 9 months ago
JSON representation
Docker Filebeat image
- Host: GitHub
- URL: https://github.com/nguoianphu/docker-filebeat
- Owner: nguoianphu
- License: mpl-2.0
- Created: 2016-10-20T08:41:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T02:33:42.000Z (about 3 years ago)
- Last Synced: 2025-04-02T19:40:11.597Z (over 1 year ago)
- Topics: docker, filebeat
- Language: Dockerfile
- Homepage:
- Size: 20.5 KB
- Stars: 8
- Watchers: 1
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Filebeat
## 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 Docker image on Alpine OS.
[](https://github.com/nguoianphu/docker-filebeat/actions/workflows/docker-image.yml)
- Filebeat
- OS is Alpine 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