From b4c6359ba41df74c8039a867c98128c79d1ff12c Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Fri, 11 Mar 2016 11:15:54 -0500 Subject: [PATCH] Use the correct output for logstash in the filebeat example Fix #4792 Fixes #4798 --- docs/static/advanced-pipeline.asciidoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/static/advanced-pipeline.asciidoc b/docs/static/advanced-pipeline.asciidoc index 14b2829b8..7e541ce5e 100644 --- a/docs/static/advanced-pipeline.asciidoc +++ b/docs/static/advanced-pipeline.asciidoc @@ -403,9 +403,8 @@ filebeat: fields: type: syslog output: - elasticsearch: - enabled: true - hosts: ["http://localhost:5043"] + logstash: + hosts: ["localhost:5043"] tls: certificate: /path/to/ssl-certificate.crt <2> certificate_key: /path/to/ssl-certificate.key