From 15395cab487b8edf0845ae83061ddeb0e826d22d Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 20 Mar 2017 16:30:38 +0100 Subject: [PATCH] Fix wrong Logstash json plugin name in LogstashWriter docs refs #5085 --- doc/14-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/14-features.md b/doc/14-features.md index 6a7511bac..5df18951a 100644 --- a/doc/14-features.md +++ b/doc/14-features.md @@ -384,7 +384,7 @@ Example on CentOS 7 and UDP as socket type: ``` /usr/share/logstash/bin/logstash-plugin install logstash-input-udp -/usr/share/logstash/bin/logstash-plugin install logstash-input-json +/usr/share/logstash/bin/logstash-plugin install logstash-codec-json ``` Add the Icinga 2 input and set the output to your running Elasticsearch instance.