This is a fork of: https://github.com/deviantony/docker-elk.git
Added Logspout and fixed the format of logs.
Only
docker-compose.ymlis changed the stack one was not modified.
To start the stack just execute:
./docker-compose-elk.sh up -dThe Kibana will be available at: http://localhost:5601
- user: elastic
- pass: changeme
After first time login you should create the first logstash-* index.
To start with Elasticsearch ports and Logstash ports exposed execute:
./docker-compose-elk-ports.sh up -dAll the indexed data is kept under ./data/...
To cleanup just stop the dockers and delete the directory.
That will cleanup all your Kibana objects, dashboards, visualizations, etc
So be careful !!!
To change the ELK version check .env
To include in the indexing the logs from the elk docker containers
set empty to LOGSPOUNT_EXCLUDE_LABELS to .env
Used for docker logs this: https://hub.docker.com/r/gliderlabs/logspout
Modified to parse as JSON.
Check ELK README
- Fix stack - docker swarm mode