From 26d4af8dc0d836b9abd780cd2bb49e0b3998db02 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Thu, 3 May 2018 08:08:07 +1000 Subject: [PATCH] fix #702 - broken logstashUDP link --- docs/logstashHTTP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/logstashHTTP.md b/docs/logstashHTTP.md index 7d3973a..366c6bb 100644 --- a/docs/logstashHTTP.md +++ b/docs/logstashHTTP.md @@ -1,6 +1,6 @@ # logstash Appender (HTTP) -The logstash appenders send NDJSON formatted log events to [logstash](https://www.elastic.co/products/logstash) receivers. This appender uses HTTP to send the events (there is another logstash appender that uses [UDP](logstashUDP.md)). You will need to include [axios](https://www.npmjs.com/package/axios) in your dependencies to use this appender. +The logstash appenders send NDJSON formatted log events to [logstash](https://www.elastic.co/products/logstash) receivers. This appender uses HTTP to send the events (there is another logstash appender that uses [UDP](https://github.com/log4js-node/logstashUDP)). You will need to include [axios](https://www.npmjs.com/package/axios) in your dependencies to use this appender. ## Configuration