docker-compose up -d
Go to http://localhost:9000
and login with admin/admin
- Go to
System > Inputs
- Click on
Select Input
and chooseGELF UDP
- Click on
Launch new input
- Set
Title
toLOGs GELF UDP
- Click on
Save
- On input
LOGs GELF UDP
click onShow received messages
- Sample Go with
http://localhost:8080/sample/test
endpoint that receive
{
"message": "Hello Graylog from sample-go!",
}
- Sample Node.js with
http://localhost:3000/sample/test
endpoint that receive
{
"message": "Hello Graylog from sample-node!",
}
-
Sample Quarkus with
http://localhost:8080/sample/test
endpoint that receive aString
message in body and logs it withlog.info()
. -
Sample Spring Boot with
http://localhost:8080/sample/test
endpoint that receive aString
message in body and logs it withlog.info()
.
Enjoy it!