Skip to content

Commit 7e86e97

Browse files
committed
Add a README to graylog/nodejs
1 parent 41aac39 commit 7e86e97

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

graylog/nodejs/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Graylog / NodeJS
2+
3+
This is a simple example of how to use Graylog in a few minutes.
4+
5+
6+
First, you have to create an input in Graylog.
7+
8+
Go to your Graylog interface, in `System`, `Inputs`. In `Select input`, choose the `GELF UDP` one.
9+
10+
Set the title to "GELF UDP" and valid it.
11+
12+
13+
GELF means "Graylog Extended Log Format". It was created by Graylog and is perfect for this example and probably for your needs.
14+
15+
16+
Then you can now explore the file `app.js`, modify it and test it :)
17+
18+
19+
That's it, you're ready to log everything!

0 commit comments

Comments
 (0)