File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,12 @@ pagination_next: null
6
6
description : ' Landing page for the migrations section'
7
7
---
8
8
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 |
Original file line number Diff line number Diff line change @@ -211,6 +211,11 @@ const sidebars = {
211
211
"integrations/data-ingestion/dbms/mysql/index" ,
212
212
"integrations/data-ingestion/redshift/index" ,
213
213
"integrations/data-ingestion/dbms/dynamodb/index" ,
214
+ {
215
+ label : "Elasticsearch" ,
216
+ type : "doc" ,
217
+ id : "use-cases/observability/clickstack/migration/elastic/index" ,
218
+ } ,
214
219
] ,
215
220
} ,
216
221
{
You can’t perform that action at this time.
0 commit comments