[DOCS] Fixes link to Kibana monitoring documentation (#49528) (#49768)

This commit is contained in:
Lisa Cawley 2019-10-30 12:20:32 -07:00 committed by GitHub
parent 1ac7d6db02
commit bafeb13be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1298,7 +1298,7 @@ exports[`Flyout kibana part two should show instructions to migrate to metricbea
"link": <React.Fragment>
<ForwardRef
href="https://www.elastic.co/guide/en/kibana/reference/current/configuring-metricbeat.html"
href="https://www.elastic.co/guide/en/kibana/reference/current/monitoring-metricbeat.html"
target="_blank"
>
<FormattedMessage
@ -1365,7 +1365,7 @@ exports[`Flyout kibana part two should show instructions to migrate to metricbea
"link": <React.Fragment>
<ForwardRef
href="https://www.elastic.co/guide/en/kibana/reference/current/configuring-metricbeat.html"
href="https://www.elastic.co/guide/en/kibana/reference/current/monitoring-metricbeat.html"
target="_blank"
>
<FormattedMessage

View file

@ -20,7 +20,7 @@ export function getKibanaInstructionsForEnablingMetricbeat(product, _meta, {
esMonitoringUrl,
}) {
const securitySetup = getSecurityStep(
`${ELASTIC_WEBSITE_URL}guide/en/kibana/reference/${DOC_LINK_VERSION}/configuring-metricbeat.html`
`${ELASTIC_WEBSITE_URL}guide/en/kibana/reference/${DOC_LINK_VERSION}/monitoring-metricbeat.html`
);
const installMetricbeatStep = {