From 4ae722b46ac90121ec9251d7a59cecc185195407 Mon Sep 17 00:00:00 2001 From: Kristen Tian <105667444+kristenTian@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:48:19 -0700 Subject: [PATCH] [MD]Update MD data source documentation link (#2693) Signed-off-by: Kristen Tian Signed-off-by: Kristen Tian Signed-off-by: Ajay Gupta --- CHANGELOG.md | 1 + src/core/public/doc_links/doc_links_service.ts | 6 ++++++ .../experimental_callout/experimental_callout.tsx | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e189d9da0f4..149531bbd7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - [Vis Builder] Rename wizard on save modal and visualization table ([#2645](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2645)) - Change save object type, wizard id and name to visBuilder #2673 ([#2673](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2673)) - Add extension point in saved object management to register namespaces and show filter ([#2656](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2656)) +- [Multi DataSource] Update MD data source documentation link ([#2693](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2693)) ### 🐛 Bug Fixes diff --git a/src/core/public/doc_links/doc_links_service.ts b/src/core/public/doc_links/doc_links_service.ts index 52c72e3372b6..7ef85a3f1de1 100644 --- a/src/core/public/doc_links/doc_links_service.ts +++ b/src/core/public/doc_links/doc_links_service.ts @@ -403,6 +403,9 @@ export class DocLinksService { loadingData: `${OPENSEARCH_WEBSITE_DOCS}`, introduction: `${OPENSEARCH_WEBSITE_DOCS}`, }, + dataSource: { + guide: `${OPENSEARCH_DASHBOARDS_VERSIONED_DOCS}discover/multi-data-sources/`, + }, management: { opensearchDashboardsGeneralSettings: `${OPENSEARCH_WEBSITE_DOCS}`, opensearchDashboardsSearchSettings: `${OPENSEARCH_WEBSITE_DOCS}`, @@ -759,6 +762,9 @@ export interface DocLinksStart { readonly loadingData: string; readonly introduction: string; }; + readonly dataSource: { + readonly guide: string; + }; readonly scriptedFields: { readonly scriptFields: string; readonly scriptAggs: string; diff --git a/src/plugins/data_source_management/public/management_app/compoenent/experimental_callout/experimental_callout.tsx b/src/plugins/data_source_management/public/management_app/compoenent/experimental_callout/experimental_callout.tsx index 23f0d45a3206..abe03c07d580 100644 --- a/src/plugins/data_source_management/public/management_app/compoenent/experimental_callout/experimental_callout.tsx +++ b/src/plugins/data_source_management/public/management_app/compoenent/experimental_callout/experimental_callout.tsx @@ -26,7 +26,7 @@ export const ExperimentalCallout = ({ docLinks }: { docLinks: DocLinksStart }) = defaultMessage="This feature is experimental and should not be used in a production environment. Any index patterns, visualization, and observability panels will be impacted if the feature is deactivated. For more information see " /> } - + {