A Docker image for running the Elastic Stack with added support for full basic authentication.
.gitlab-ci.yml | ||
Dockerfile | ||
npmextra.json | ||
package-lock.json | ||
package.json | ||
readme.md | ||
ssl.kibana.conf |
hosttoday/ht-docker-elk
This image runs the elastic stack and supports full basic authentication
docker run -d --name elstack -p 80:80 -p 443:443 -p 9200:9201 -e SSL=true -e ELSK_USER="anyuser" -e ELSK_PASS="anypass" hosttoday/ht-docker-elk