elkninja / elastic-stack-docker-part-one

Getting up and running with Elastic Stack on Docker-Compose
Apache License 2.0
152 stars 94 forks source link

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

Closed HussainFaruk closed 5 months ago

HussainFaruk commented 7 months ago

When composing up, logstash, metricbeat and filebeat fail

image

All 3 containers exit for the same reason

image
HussainFaruk commented 7 months ago

Running on mac intel

yakeeliuliu commented 7 months ago

same issue here - Windows Docker Desktop

ehogeweg commented 7 months ago

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
yakeeliuliu commented 7 months ago

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

elkninja commented 5 months ago

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.