From ab4977f1587d72a789a3a0d61f2e07e496a792d0 Mon Sep 17 00:00:00 2001 From: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com> Date: Thu, 4 May 2023 13:15:16 -0400 Subject: [PATCH] Removes tiny.amazon.com links (#1420) Signed-off-by: Darshit Chanpura (cherry picked from commit 68738c2e300fdfe2254b9fd81c9466a14eea252b) --- server/multitenancy/tenant_index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/multitenancy/tenant_index.ts b/server/multitenancy/tenant_index.ts index a9de653db..9e60a4564 100644 --- a/server/multitenancy/tenant_index.ts +++ b/server/multitenancy/tenant_index.ts @@ -88,7 +88,6 @@ export async function migrateTenantIndices( } // follows the same approach in opensearch_dashboards_migrator.ts to initiate DocumentMigrator here - // see: https://tiny.amazon.com/foi0x1wt/githelaskibablobe4c1srccore const documentMigrator = new DocumentMigrator({ opensearchDashboardsVersion, typeRegistry, @@ -103,7 +102,6 @@ export async function migrateTenantIndices( }); // follows the same aporach in opensearch_dashboards_mirator.ts to construct IndexMigrator - // see: https://tiny.amazon.com/9cdcchz5/githelaskibablobe4c1srccore // // FIXME: hard code batchSize, pollInterval, and scrollDuration for now // they are used to fetched from `migration.xxx` config, which is not accessible from new playform