You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
460 B
17 lines
460 B
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:/opt/filebeat-configs
|
|
command: ["--strict.perms=false"]
|
|
environment:
|
|
- TZ=Asia/Colombo
|
|
- LOGSTASH_HOST=logstash
|
|
- LOGSTASH_PORT=5044 |