ELK with logtrail plugin
Follow these steps:
-
create image with installer plugin in /elk/image/ run
docker build -t elasticsearch-davidb . -
In /elk/ run
docker-compose up -
you should see kibana web on localhost:5601
If you want to send some data in Kibana
- configure filebeat.yml in /elk/beats/etc/filebeat/
- mostly is local docker adress only needed
- In /elk/beats run
docker-compose up