Docker Compose version v2.35.1
i simply run
docker compose up setup
then
docker compose up -d
then
docker exec -it docker-elk-elasticsearch-1 /bin/bash
i try to create enrollment-token with or without url
but i get
elasticsearch@96af59c4b2b0:~$ bin/elasticsearch-create-enrollment-token -s node --url "https://elasticsearch:9200"
Unable to create enrollment token for scope [node]
ERROR: Unable to create an enrollment token. Elasticsearch node HTTP layer SSL configuration is not configured with a keystore, with exit code 73
How can setup this please help