Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Logging from Docker to Elasticsearch

Demo to show how to setup filebeat as docker container to collect and ship docker logs to Elasticsearch.

How to use

mvn -f ./demo/pom.xml clean package
docker-compose up --build -d
curl localhost:8080

To view the log files in Kibana, open http://localhost:5601, configure an index pattern as filebeat-* and click Discover.

Application Logs

The demo application is a Spring Boot applcation that logs to stdout with the logs encoded as JSON.

About

No description, website, or topics provided.

Resources

Stars

10 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages