entgra-elk/entgra-filebeat/docker-compose.yml

17 lines
440 B
YAML
Raw Normal View History

2024-07-03 08:30:51 +00:00
version: "3.8"
services:
entgra-filebeat:
image: filebeat:8.2.0-entgra-v2
container_name: entgra-filebeat
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./files/iots/logs/:/opt/logs
2024-07-11 00:52:52 +00:00
- ./files/filebeat/:/opt/filebeat-configs
2024-07-03 08:30:51 +00:00
command: ["--strict.perms=false"]
environment:
- TZ=Asia/Colombo
- LOGSTASH_HOST=logstash
- LOGSTASH_PORT=5044