This is a demo/test project for pull request #1 to Spring Boot.
The said PR adds Graylog Extended Log Format (GELF) to Spring Boot v3.4 structured logging feature.
Set up Graylog on your local machine with docker and send local log files into that Graylog.
- Clone the following git repo
- Configure the .env files for the
open-core
repo - Start those repos with docker-compose according to the Graylog2 docker compose repository
README.md
- Open graylog dashboard with user
admin
and the password generated for you (see log output) - Just following through setup wizard with the default values: Create new CA, automatic renewal, provisioning, ...
- After that: you need to log in with the user
admin
, but this time with the password that you put into.env
(in form of a hash) - Go to System > Inputs and create a new GELF UDP Input with the default settings.