Skip to content

buraksarp/docker-elk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticsearch - Logstash - Kibana

Building the ELK

$ git clone https://github.com/buraksarp/docker-elk.git
$ cd docker-elk

This demo assumes you know how to run Docker.

Building the Containers

Nothing special if you already have Docker installed:

$ docker-compose build 

Running Containers with the docker-compose

To run these containers:

$ docker-compose up

Consuming Rest Service

To consume SpringBoot app user service:

$ curl http://localhost:8080/user/{userid}

To view generated logs on Kibana UI: http://localhost:5601

About

ELK stack sample with Spring Boot and Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages