mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
2d31ac1a88
commit
137fcd0852
2 changed files with 13 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue