A Docker image for running the Elastic Stack with added support for full basic authentication.
Go to file
2019-10-30 19:15:25 +01:00
.gitlab-ci.yml initial 2018-01-24 16:46:15 +01:00
Dockerfile initial 2018-01-24 16:46:15 +01:00
npmextra.json fix(core): update 2019-10-30 19:15:25 +01:00
package-lock.json 1.0.3 2019-08-08 13:47:50 +02:00
package.json 1.0.3 2019-08-08 13:47:50 +02:00
readme.md fix readme and nginx config 2018-01-24 17:12:27 +01:00
ssl.kibana.conf fix readme and nginx config 2018-01-24 17:12:27 +01:00

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