I'm trying to upgrade to the latest version of elasticsearch 7.16.2 inside docker. During the setup I see the following error:
docker logs -f emr_cloud_elasticsearch
/usr/local/bin/docker-entrypoint.sh: line 14: exec: elasticsearch-keystore: not found
I started the containter and I see that this file exists in bin/ folder inside docker.
Did anyone see this problem in elasticsearch 7.16.2?