/* * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 */ import { EuiLink } from '@elastic/eui'; import React from 'react'; import { ToastInputFields } from '../../../../../src/core/public'; import { toMountPoint } from '../../../../../src/plugins/opensearch_dashboards_react/public'; export const MapsServiceErrorMsg: ToastInputFields = { title: 'The OpenSearch Maps Service is currently not available in your region', text: toMountPoint(

You can configure OpenSearch Dashboards to use a{' '} custom map {' '} server for dashboards maps.

), };