mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Co-authored-by: Milton Hultgren <miltonhultgren@gmail.com>
This commit is contained in:
parent
027f48a980
commit
adb5f610fb
1 changed files with 2 additions and 4 deletions
|
@ -177,13 +177,11 @@ export function AlertsPage({ routeParams }: AlertsPageProps) {
|
|||
<p>
|
||||
{i18n.translate('xpack.observability.alertsDisclaimerText', {
|
||||
defaultMessage:
|
||||
'This page shows an experimental alerting view. The data shown here will probably not be an accurate representation of alerts. A non-experimental list of alerts is available in the Alerts and Actions settings in Stack Management.',
|
||||
'This page shows an experimental list of alerts. The data might not be accurate. All alerts are available in the ',
|
||||
})}
|
||||
</p>
|
||||
<p>
|
||||
<EuiLink href={prepend('/app/management/insightsAndAlerting/triggersActions/alerts')}>
|
||||
{i18n.translate('xpack.observability.alertsDisclaimerLinkText', {
|
||||
defaultMessage: 'Alerts and Actions',
|
||||
defaultMessage: 'Rules and Connectors settings.',
|
||||
})}
|
||||
</EuiLink>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue