Hi fellows,
I need our help. When I try to run my elasticsearch container like this:
`docker run -e "ENROLLMENT_TOKEN= eyJ2ZXIiOiI4LjEwLjIiLCJhZHIiOlsiMTAuODkuMy44OjkyMDAiXSwiZmdyIjoiZjAwYjJjMjYyMmRiOTQ4NDU4ZmI3NjRhZTk2MTVmZDliZTExODc1YzJiNDI2OGMwNWZjZjFiNjBjNzc2M2I5YyIsImtleSI6Im5Sajgtb29CUFR6Q1Vqd3lCS01LOmlqZkhYd05sVHI2NHVYM0dOMnBmRkEifQ== " docker.elastic.co/elasticsearch/elasticsearch:8.10.2`
I get this error:
***Unable to communicate with the node on https://10.89.3.8:9200/_security/enroll/node. Error was Connection refused***
***ERROR: Aborting enrolling to cluster. Could not communicate with the node on any of the addresses from the enrollment token. All of [10.89.3.8:9200] were attempted., with exit code 69***
What do I have to do to fix that?
Any help is appreciated
Uli