[Stack Monitoring] Add note about dedicated monitoring to No Data screen (#130872)

* [Stack Monitoring] Add note about dedicated monitoring to No Data screen
(#130775)

* Update snapshots
This commit is contained in:
Milton Hultgren 2022-04-27 08:43:12 +02:00 committed by GitHub
parent 2d31ac1a88
commit 137fcd0852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -38,6 +38,9 @@ exports[`NoData should show a default message if reason is unknown 1`] = `
<p>
Have you set up monitoring yet? If so, make sure that the selected time period in the upper right includes monitoring data.
</p>
<p>
If you have configured monitoring data to be sent to a dedicated monitoring cluster you should access that data with the Kibana instance attached to the monitoring cluster.
</p>
</div>
<div
class="euiSpacer euiSpacer--l"
@ -130,6 +133,9 @@ exports[`NoData should show text next to the spinner while checking a setting 1`
<p>
Have you set up monitoring yet? If so, make sure that the selected time period in the upper right includes monitoring data.
</p>
<p>
If you have configured monitoring data to be sent to a dedicated monitoring cluster you should access that data with the Kibana instance attached to the monitoring cluster.
</p>
</div>
<div
class="euiSpacer euiSpacer--l"

View file

@ -183,6 +183,13 @@ export function NoData(props) {
the upper right includes monitoring data."
/>
</p>
<p>
<FormattedMessage
id="xpack.monitoring.noData.remoteCollectionNotice"
defaultMessage="If you have configured monitoring data to be sent to a dedicated monitoring
cluster you should access that data with the Kibana instance attached to the monitoring cluster."
/>
</p>
</EuiText>
<EuiSpacer />
<EuiFlexGroup alignItems="center" justifyContent="spaceAround" gutterSize="s">