mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
1ac7d6db02
commit
bafeb13be5
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue