From 4ed8ed4cedc897ad220a67bbaaff439321c27924 Mon Sep 17 00:00:00 2001 From: debadair Date: Tue, 22 Sep 2015 12:13:26 -0700 Subject: [PATCH] Watcher Docs: Fixed LS config example to work with latest ES output plugin. Original commit: elastic/x-pack-elasticsearch@57b37e8d5f6b3d4fa05e149c9cec6bf0e33a523b --- .../example-watches/watching-time-series-data.asciidoc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/watcher/docs/example-watches/watching-time-series-data.asciidoc b/watcher/docs/example-watches/watching-time-series-data.asciidoc index 84bbd490434..ed790e58c35 100644 --- a/watcher/docs/example-watches/watching-time-series-data.asciidoc +++ b/watcher/docs/example-watches/watching-time-series-data.asciidoc @@ -34,16 +34,12 @@ input { } output { - elasticsearch { - protocol => "http" - host => "localhost" <2> - } + elasticsearch { } stdout { } } ---------------------------------------------------------- - <1> Checks the feed every hour. -<2> The hostname or IP address of the host to use to connect to your Elasticsearch cluster. ++ For more information see {logstash-ref}/plugins-outputs-elasticsearch.html#plugins-outputs-elasticsearch-host[Elasticsearch output] in the Logstash Reference. . Run Logstash with the `rss.conf` config file to start indexing the feed: