-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logstash container fails to start #16563
Comments
the password seems to be detected correctly from the environment variables, can you show how the docker image is being launched? |
@jsvd My docker-compose file's logstash content given below for your reference.
Please take a look and let me know if any additional information is required. |
I don't have a historical context how we allowed setting dot style env vars (example: Any thoughts @jsvd? |
@mashhurs - We have made changes to our
It seems that starting from |
My
Elasticsearch, Logstash and Kibana
stack setup is based on Docker Compose and the version is -8.15.2
.Logstash
container always fails to start and throws the following error.It seems that
Logstash
cannot find or evaluate the variable${xpack.monitoring.elasticsearch.password}
which was working fine withv8.6.2
before the upgrade and it is working fine until withLogstash v8.12.2
.In the following release notes page - Logstash 8.15.2 Release Notes | Logstash Reference [8.15] | Elastic I could see that
docker env variables
related issues are fixed withv8.15.2
but it is not working as expected like oldv8.12.2
and getting same above errors, when i start the container.Please let me know whether I should wait for the next release?
The text was updated successfully, but these errors were encountered: