File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
x-pack/plugins/monitoring/public/alerts
missing_monitoring_data_alert Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export function createDiskUsageAlertType(): AlertTypeModel {
1919 description : ALERT_DETAILS [ ALERT_DISK_USAGE ] . description ,
2020 iconClass : 'bell' ,
2121 documentationUrl ( docLinks ) {
22- return `${ docLinks . ELASTIC_WEBSITE_URL } guide/en/kibana/${ docLinks . DOC_LINK_VERSION } /kibana-alerts.html` ;
22+ return `${ docLinks . ELASTIC_WEBSITE_URL } guide/en/kibana/${ docLinks . DOC_LINK_VERSION } /kibana-alerts.html#kibana-alerts-disk-usage-threshold ` ;
2323 } ,
2424 alertParamsExpression : ( props : Props ) => (
2525 < Expression { ...props } paramDetails = { ALERT_DETAILS [ ALERT_DISK_USAGE ] . paramDetails } />
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export function createLegacyAlertTypes(): AlertTypeModel[] {
1919 description : LEGACY_ALERT_DETAILS [ legacyAlert ] . description ,
2020 iconClass : 'bell' ,
2121 documentationUrl ( docLinks ) {
22- return `${ docLinks . ELASTIC_WEBSITE_URL } guide/en/kibana/${ docLinks . DOC_LINK_VERSION } /kibana -alerts.html` ;
22+ return `${ docLinks . ELASTIC_WEBSITE_URL } guide/en/kibana/${ docLinks . DOC_LINK_VERSION } /cluster -alerts.html` ;
2323 } ,
2424 alertParamsExpression : ( ) => (
2525 < Fragment >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export function createMemoryUsageAlertType(): AlertTypeModel {
1919 description : ALERT_DETAILS [ ALERT_MEMORY_USAGE ] . description ,
2020 iconClass : 'bell' ,
2121 documentationUrl ( docLinks ) {
22- return `${ docLinks . ELASTIC_WEBSITE_URL } guide/en/kibana/${ docLinks . DOC_LINK_VERSION } /kibana-alerts.html` ;
22+ return `${ docLinks . ELASTIC_WEBSITE_URL } guide/en/kibana/${ docLinks . DOC_LINK_VERSION } /kibana-alerts.html#kibana-alerts-jvm-memory-threshold ` ;
2323 } ,
2424 alertParamsExpression : ( props : Props ) => (
2525 < Expression { ...props } paramDetails = { ALERT_DETAILS [ ALERT_MEMORY_USAGE ] . paramDetails } />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export function createMissingMonitoringDataAlertType(): AlertTypeModel {
1717 description : ALERT_DETAILS [ ALERT_MISSING_MONITORING_DATA ] . description ,
1818 iconClass : 'bell' ,
1919 documentationUrl ( docLinks ) {
20- return `${ docLinks . ELASTIC_WEBSITE_URL } guide/en/kibana/${ docLinks . DOC_LINK_VERSION } /kibana-alerts.html` ;
20+ return `${ docLinks . ELASTIC_WEBSITE_URL } guide/en/kibana/${ docLinks . DOC_LINK_VERSION } /kibana-alerts.html#kibana-alerts-missing-monitoring-data ` ;
2121 } ,
2222 alertParamsExpression : ( props : any ) => (
2323 < Expression
You can’t perform that action at this time.
0 commit comments