Basic secured Elastic ingest + Kibana for filebeats & metricbeats
1.3K
##Forked from https://github.com/blacktop/docker-elastic-stack
##Changes from original images
##Change kibana's & elastic's nginx default user and password
$ docker run -d --name elstack
-p 80:80 \ #Protected kibana access
-p 443:443 \ #Protected ssl kibana access
-p 5601:5601 \ #Unprotected kibana access
-p 9200:9200 \ #Unprotected elastic access
-p 9201:9201 \ #Protected elastic access
-e SSL=true \ #Enable SSL or not
-e ELSK_USER="admin"
-e ELSK_PASS="S3cr3T"
chaya/ek
Create certs with the following names
kibana.keykibana.crt$ docker run -d --name elstack \
-p 80:80 \
-p 443:443 \
-p 9200:9200 \
-e SSL=true \
-v /path/to/kibana/certs:/etc/nginx/ssl:ro \
blacktop/elastic-stack
NOTE: It will also set a basic auth user/pass of
admin/adminif none are supplied.
Content type
Image
Digest
Size
174.1 MB
Last updated
over 8 years ago
docker pull chaya56/ek