Skip to content

[7.8] [DOCS] Update pre-existing data stream refs (#60289) #60295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/plugins/integrations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
--

Expand Down