From 981870b07417af6793cfbc06a8294e6bd78eb484 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 4 Nov 2022 20:11:51 +0000 Subject: [PATCH] [MD]Update MD data source documentation link (#2693) Signed-off-by: Kristen Tian Signed-off-by: Kristen Tian (cherry picked from commit 1ecfee730ffb4832718ad3e8ce12df3431902aa1) Signed-off-by: github-actions[bot] # Conflicts: # CHANGELOG.md --- src/core/public/doc_links/doc_links_service.ts | 6 ++++++ .../experimental_callout/experimental_callout.tsx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 " /> } - + {