A Docker image for running the Elastic Stack with added support for full basic authentication.
Go to file
2019-11-01 18:26:02 +01:00
.gitignore fix(core): update 2019-10-30 19:16:37 +01:00
.gitlab-ci.yml fix(core): update 2019-10-30 19:16:37 +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.10 2019-11-01 14:19:35 +01:00
package.json 1.0.10 2019-11-01 14:19:35 +01:00
readme.md fix(core): update 2019-11-01 14:19:34 +01:00
ssl.kibana.conf fix(core): update 2019-11-01 18:26:02 +01:00
tslint.json fix(core): update 2019-10-30 19:16:37 +01:00

@hosttoday/ht-docker-elk

elastic stack with full basic authentication

Status for master

build status coverage report npm downloads per month Known Vulnerabilities TypeScript node JavaScript Style Guide

Usage

This image runs the elastic stack and supports full basic authentication

docker run --rm -d --name elstack -p 3000:3000 -p 9200:9201 -e SSL=true -e ELSK_USER="anyuser" -e ELSK_PASS="anypass" registry.gitlab.com/hosttoday/ht-docker-elk

Contribute

We are always happy for code contributions. If you are not the code contributing type that is ok. + Still, maintaining Open Source repositories takes considerable time and thought. If you like the quality of what we do and our modules are useful to you we would appreciate a little monthly contribution: Contribute monthly :)

For further information read the linked docs at the top of this readme.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer