elkninja / elastic-stack-docker-part-one

Getting up and running with Elastic Stack on Docker-Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Containers exiting - no entry point OR strict.perms not found

HussainFaruk opened this issue · comments

When composing up, logstash, metricbeat and filebeat fail
image

All 3 containers exit for the same reason
image

Running on mac intel

same issue here - Windows Docker Desktop

Reproducible on Ubuntu-22.04

2023/11/26 23:35:59 Setting 'xpack.monitoring.enabled' from environment.
/usr/local/bin/docker-entrypoint: line 30: exec: strict.perms=false: not found

saw the pull request, another workaround is
command: ["filebeat", "-e", "--strict.perms=false"]

syntax was bad for filebeat/metricbeat, and nonexistent for logstash.
i updated the strict-perms syntax and it should work now. removed it for logstash.
let me know if you still have issues.