Skip to content

Commit 30282e8

Browse files
authored
naming consitency (#535)
1 parent 04426bc commit 30282e8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/elastic-external.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Elastic Search
1+
# Elasticsearch
22

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

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

77
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.
88

docs/timeplus-external-stream-sink.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: timeplus-sink
3-
title: Remote Timeplus
3+
title: Timeplus
44
---
55

66
import ExternalTimeplusSink from './shared/timeplus-external-stream.md';

sidebars.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const sidebars = {
167167
},
168168
{
169169
type: "doc",
170-
label: "Remote Timeplus",
170+
label: "Timeplus",
171171
id: "timeplus-source",
172172
},
173173
{
@@ -434,12 +434,12 @@ const sidebars = {
434434
},
435435
{
436436
type: "doc",
437-
label: "Elastic Search",
437+
label: "Elasticsearch",
438438
id: "elastic-external",
439439
},
440440
{
441441
type: "doc",
442-
label: "Big Query",
442+
label: "BigQuery",
443443
id: "bigquery-external",
444444
},
445445
{
@@ -464,7 +464,7 @@ const sidebars = {
464464
// },
465465
{
466466
type: "doc",
467-
label: "Remote Timeplus",
467+
label: "Timeplus",
468468
id: "timeplus-sink",
469469
},
470470
{

0 commit comments

Comments
 (0)