Fail to create "Filebeat" with release package 4.2.0 #193
-
Hi I tried to use the release package 4.2.0 to create the "filebeat" container, but it return the error message. I tried the below method and adjusted the setting of volumes in docker-compose.filebeat.yml, the filebeat container is created successfully. Have you met this issue in your lab before? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
That's very likely because docker-compose cannot find the
|
Beta Was this translation helpful? Give feedback.
That's very likely because docker-compose cannot find the
.env
file and that's why many of required variables are missing. Have you used the following command?docker-compose --env-file .env -f filebeat/docker-compose.filebeat.yml up -d