Skip to content

adrianchung/elk-java-logback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

elk-java-logback

This is an example that shows how to log from a Java application into the ELK stack using a docker container.

To run this example:

cd docker/
./build.sh
./run.sh

Note: Make sure you edit run.sh so that you're mounting the proper directories into your container.

To run the Java application:

cd app/
gradle run

To see see kibana: http://docker-ip:9292

To see entries in elasticache: http://docker-ip:9200/_search?pretty

About

An example showcasing how we can run an ELK stack in a docker container and log to it using a Java application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published