/* * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 */ import React from 'react'; import { EuiCallOut, EuiLink, EuiSpacer } from '@elastic/eui'; export const NotificationsCallOut = () => { return ( <> Install the notifications plugin in order to create and select channels to send out notifications. Learn more . > ); }; export default NotificationsCallOut;
Install the notifications plugin in order to create and select channels to send out notifications. Learn more .