From b1d138a12b03c2049cc800bb61b77d41c5fcef75 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Mon, 8 Aug 2016 00:31:41 -0400 Subject: [PATCH] Update link for GELF --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6ffefe..9b0039b 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ export GRAYLOG_PORT=12201 #defaults to 11201 export GRAYLOG_FACILITY="openbadger-whatevs" #defaults to openbadger ``` -We've included a CLI tool, `bin/messina`, which takes a stream of JSON on stdin, converts it to [GELF](https://github.com/Graylog2/graylog2-docs/wiki/GELF) and sends it off to the configured Graylog2 server. It also pipes stdin to stdout, so you can chain commands: `node app.js | bin/messina | bunyan`. This is exactly what `npm run-script start-with-logs` does. +We've included a CLI tool, `bin/messina`, which takes a stream of JSON on stdin, converts it to [GELF](http://docs.graylog.org/en/2.0/pages/gelf.html) and sends it off to the configured Graylog2 server. It also pipes stdin to stdout, so you can chain commands: `node app.js | bin/messina | bunyan`. This is exactly what `npm run-script start-with-logs` does. # Installing deps & starting the server