$ git clone https://github.com/buraksarp/docker-elk.git
$ cd docker-elk
This demo assumes you know how to run Docker.
Nothing special if you already have Docker installed:
$ docker-compose build
To run these containers:
$ docker-compose up
To consume SpringBoot app user service:
$ curl http://localhost:8080/user/{userid}
To view generated logs on Kibana UI: http://localhost:5601