Skip to content

Commit ba08eff

Browse files
committed
add Elasticsearch to ClickStack link to migration guides list on getting started page
1 parent 589ce8c commit ba08eff

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

docs/migrations/index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ pagination_next: null
66
description: 'Landing page for the migrations section'
77
---
88

9-
| Page | Description |
10-
|-------------------------------------------------------------------|--------------------------------|
11-
| [BigQuery](bigquery/index.md) | Migration guide for BigQuery |
12-
| [Snowflake](./snowflake.md) | Migration guide for Snowflake |
13-
| [PostgreSQL](postgres/index.md) | Migration guide for PostgreSQL |
14-
| [MySQL](../integrations/data-ingestion/dbms/mysql/index.md) | Migration guide for MySQL |
15-
| [Redshift](../integrations/data-ingestion/redshift/index.md) | Migration guide for Redshift |
16-
| [DynamoDB](../integrations/data-ingestion/dbms/dynamodb/index.md) | Migration guide for DynamoDB |
9+
| Page | Description |
10+
|------------------------------------------------------------------------|-------------------------------------------------|
11+
| [BigQuery](bigquery/index.md) | Migration guide for BigQuery |
12+
| [Snowflake](./snowflake.md) | Migration guide for Snowflake |
13+
| [PostgreSQL](postgres/index.md) | Migration guide for PostgreSQL |
14+
| [MySQL](../integrations/data-ingestion/dbms/mysql/index.md) | Migration guide for MySQL |
15+
| [Redshift](../integrations/data-ingestion/redshift/index.md) | Migration guide for Redshift |
16+
| [DynamoDB](../integrations/data-ingestion/dbms/dynamodb/index.md) | Migration guide for DynamoDB |
17+
| [Elasticsearch](/use-cases/observability/clickstack/migration/elastic) | Migration guide for Elasticsearch to ClickStack |

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ const sidebars = {
211211
"integrations/data-ingestion/dbms/mysql/index",
212212
"integrations/data-ingestion/redshift/index",
213213
"integrations/data-ingestion/dbms/dynamodb/index",
214+
{
215+
label: "Elasticsearch",
216+
type: "doc",
217+
id: "use-cases/observability/clickstack/migration/elastic/index",
218+
},
214219
],
215220
},
216221
{

0 commit comments

Comments
 (0)