Skip to content
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
4 changes: 2 additions & 2 deletions docs/elastic-external.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Elastic Search
# Elasticsearch

Leveraging HTTP external stream, you can write data to Elastic Search or Open Search directly from Timeplus.

## Write to OpenSearch / ElasticSearch {#example-write-to-es}
## Write to OpenSearch / Elasticsearch {#example-write-to-es}

Assuming you have created an index `students` in a deployment of OpenSearch or ElasticSearch, you can create the following external stream to write data to the index.

Expand Down
2 changes: 1 addition & 1 deletion docs/timeplus-external-stream-sink.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: timeplus-sink
title: Remote Timeplus
title: Timeplus
---

import ExternalTimeplusSink from './shared/timeplus-external-stream.md';
Expand Down
8 changes: 4 additions & 4 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const sidebars = {
},
{
type: "doc",
label: "Remote Timeplus",
label: "Timeplus",
id: "timeplus-source",
},
{
Expand Down Expand Up @@ -434,12 +434,12 @@ const sidebars = {
},
{
type: "doc",
label: "Elastic Search",
label: "Elasticsearch",
id: "elastic-external",
},
{
type: "doc",
label: "Big Query",
label: "BigQuery",
id: "bigquery-external",
},
{
Expand All @@ -464,7 +464,7 @@ const sidebars = {
// },
{
type: "doc",
label: "Remote Timeplus",
label: "Timeplus",
id: "timeplus-sink",
},
{
Expand Down