#!/bin/bash cd /usr/share/elasticsearch/bin/ ./elasticsearch-users useradd x_pack_rest_user -p x-pack-test-password -r superuser || true echo "testnode" > /tmp/password /usr/local/bin/docker-entrypoint.sh | tee > /usr/share/elasticsearch/logs/console.log