From 8edae3cd15f42a250bb45f78e14801cf59c61919 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Tue, 28 Jul 2020 13:51:43 -0400 Subject: [PATCH] [DOCS] Update pre-existing data stream refs (#60289) (#60293) --- docs/plugins/integrations.asciidoc | 2 +- .../watcher/example-watches/example-watch-meetupdata.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/integrations.asciidoc b/docs/plugins/integrations.asciidoc index d20f93d1a84..944ed4c1030 100644 --- a/docs/plugins/integrations.asciidoc +++ b/docs/plugins/integrations.asciidoc @@ -146,7 +146,7 @@ releases 2.0 and later do not support rivers. Integration of Micronaut with Elasticsearch * https://streampipes.apache.org[Apache StreamPipes]: - StreamPipes is a framework that enables users to work with IoT data streams allowing to store data in Elasticsearch. + StreamPipes is a framework that enables users to work with IoT data sources. * https://metamodel.apache.org/[Apache MetaModel]: Providing a common interface for discovery, exploration of metadata and querying of different types of data sources. diff --git a/x-pack/docs/en/watcher/example-watches/example-watch-meetupdata.asciidoc b/x-pack/docs/en/watcher/example-watches/example-watch-meetupdata.asciidoc index 5c6fc8c9973..d3b60b4504b 100644 --- a/x-pack/docs/en/watcher/example-watches/example-watch-meetupdata.asciidoc +++ b/x-pack/docs/en/watcher/example-watches/example-watch-meetupdata.asciidoc @@ -41,7 +41,7 @@ output { <2> ---------------------------------------------------------- // NOTCONSOLE -<1> The meetup data stream is formatted in JSON. +<1> The meetup data is formatted in JSON. <2> Index the meetup data into Elasticsearch. --