-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Setup fails - Timed out waiting for condition #980
Comments
With security disabled before the first initialization, it is likely that built-in users never get created, therefore this check will always fail. Could you try again after adding docker-elk/setup/entrypoint.sh Line 70 in 120d860
sublog 'Elasticsearch is running'
+exit 0 |
Oh just like that, I understand now, I just tried with My goal was to comment But then, bootstrap failed, because I need to set:
But then xpack.security.transport.ssl.enable requires to put certificates for ELK and the CA to signed the certificates. At this step, should I clone your tls branch ? Is it ok that the branch is 5 commit away from the main one? Thank you ! |
That's correct, as pointed out in the README the production mode requires a few extra configurations. Enabling TLS is one prerequisite, but not the only one; one kernel parameter needs to be tweaked on the host as well, among other things. Switching to the |
Alright, thank you ! I will then try the tls branch. |
Problem description
Hello, I'm trying to run your project, I've just edited to settings to elasticsearch.yml. And changed the passwords in .env.
When I'm running
docker compose up setup
, it exit with code 1 Timed out waiting for condition, but I don't know what condition it is waiting ?Extra information
elasticsearch.yml changed
xpack.license.self_generated.type: trial --> to basic
xpack.security.enabled: true --> to false
Stack configuration
Docker setup
Container logs
The text was updated successfully, but these errors were encountered: