Closed shahid21st closed 1 year ago
Got the mistake - the command elasticsearch-setup-passwords
needed to be run from the ELASTICSEARCH_CONFIG_DIR
@tboerger even if it worked, the problem is next time when I start the container it didn't work:
[1]: Transport SSL must be enabled if security is enabled on a [basic] license. Please set [xpack.security.transport.ssl.enabled] to [true] or disable security by setting [xpack.security.enabled] to [false]
Wondering do you know a way to either:
xpack.security.enabled=false
- the container failed to start with the above error if I use this..elasticsearch-setup-passwords interactive
but be able to restart the container without the above error message.I haven't used xpack within the container so far.
Hi, I'm trying to run the
webhippie/elasticsearch:6.8
docker image. However, I couldn't be able to authenticate to the cluster. I tried the common combinations likeelastic:changeme
but it didn't work. Later I tried to reset the passwords by:But that didn't work either. Any idea what I need to do differently?