Skip to content

An example running a Spring Boot application and the Elastic Stack.

Notifications You must be signed in to change notification settings

floushee/sb-elk

Repository files navigation

Spring Boot and Elastic Stack

Playing around with the Elastic Stack by importing the logs of a Spring Boot application.

Run the app and the Elastic Stack

docker-compose up -d --build

Access the application

Go to localhost:8080 to create some logs.

Access Kibana discovery to see logs

You can access the Kibana application on localhost:5601/app/discover/

Before you can see the logs you will need to create an index pattern:

screenshots/create-index-1.png screenshots/create-index-2.png screenshots/create-index-3.png

Clean up

docker-compse down -v

About

An example running a Spring Boot application and the Elastic Stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published