Fix wrong Logstash json plugin name in LogstashWriter docs

refs #5085
This commit is contained in:
Michael Friedrich 2017-03-20 16:30:38 +01:00
parent e0d4e0de4a
commit 15395cab48
1 changed files with 1 additions and 1 deletions

View File

@ -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.