mirror of
https://repository.entgra.net/community/entgra-elk.git
synced 2025-09-16 23:32:20 +00:00
17 lines
440 B
YAML
17 lines
440 B
YAML
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
|
|
- ./files/filebeat/:/opt/filebeat-configs
|
|
command: ["--strict.perms=false"]
|
|
environment:
|
|
- TZ=Asia/Colombo
|
|
- LOGSTASH_HOST=logstash
|
|
- LOGSTASH_PORT=5044 |