Skip to content

Instantly share code, notes, and snippets.

@kurtroberts
kurtroberts / elk-zentral.txt
Created June 20, 2018 17:27 — forked from jbaker10/elk-zentral.txt
Setup ELK stack in Zentral
## To install Kibana
sudo docker pull sebp/elk:latest
## To run the link on your localhost just to test
docker run --link zentral_elastic_1:elasticsearch -p 127.0.0.1:5601:5601 --net zentral_default kibana
## After this, you should be able to access the Kibana dashboard from 127.0.0.1:5601
## Edit the base.json under conf/start/zentral/base.json
vi ./conf/start/zentral/base.json