Cloudwatchlogsbeat is a beat for the ELK. Its purpose is to harvest data from AWS Cloudwatch
2.2K
cloudwatchlogsbeat for docker
based on https://github.com/e-travel/cloudwatchlogsbeat
Here is an example on how to use it with a docker-compose file. Please note, config should owned by root and 644 chmod.
version: "2"
services:
cloudwatchlogsbeat:
image: dimuskin/cloudwatchlogsbeat
container_name: cloudwatchlogsbeat
restart: always
volumes:
- ./config/cloudwatchlogsbeat.yml:/cloudwatchlogsbeat.yml
depends_on: # recomended, if you push to logstash on same server
- logstash
environment:
AWS_SECRET_ACCESS_KEY: "xxxxxxxxxxxx"
AWS_ACCESS_KEY_ID: "yyyyyyyyyy"
Content type
Image
Digest
Size
8.1 MB
Last updated
almost 8 years ago
docker pull dimuskin/cloudwatchlogsbeat