From 0dac06f47c65d3eb23d0c29d3befda9dbf9c2968 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 16:43:03 -0700 Subject: [PATCH] [MD]Update MD data source documentation link (#2693) (#2721) Signed-off-by: Kristen Tian Signed-off-by: Kristen Tian (cherry picked from commit 1ecfee730ffb4832718ad3e8ce12df3431902aa1) Co-authored-by: Kristen Tian <105667444+kristenTian@users.noreply.github.com> --- 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 0e718549656a..db7ef0350287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,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 * [Vis Builder] Fixes auto bounds for timeseries bar chart visualization ([2401](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2401)) 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 " /> } - + {