Skip to content

Commit

Permalink
update in-app links to metricbeat configuration docs (elastic#63295)
Browse files Browse the repository at this point in the history
  • Loading branch information
graphaelli committed Apr 14, 2020
1 parent 3568986 commit 394abf5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -13,7 +13,7 @@ import { getMigrationStatusStep, getSecurityStep } from '../common_instructions'

export function getApmInstructionsForEnablingMetricbeat(product, _meta, { esMonitoringUrl }) {
const securitySetup = getSecurityStep(
`${ELASTIC_WEBSITE_URL}guide/en/apm/reference/${DOC_LINK_VERSION}/configuring-metricbeat.html`
`${ELASTIC_WEBSITE_URL}guide/en/beats/metricbeat/${DOC_LINK_VERSION}/metricbeat-configuration.html`
);

const installMetricbeatStep = {
Expand All @@ -27,7 +27,7 @@ export function getApmInstructionsForEnablingMetricbeat(product, _meta, { esMoni
<EuiText>
<p>
<EuiLink
href={`${ELASTIC_WEBSITE_URL}guide/en/apm/metricbeat/${DOC_LINK_VERSION}/metricbeat-installation.html`}
href={`${ELASTIC_WEBSITE_URL}guide/en/beats/metricbeat/${DOC_LINK_VERSION}/metricbeat-installation.html`}
target="_blank"
>
<FormattedMessage
Expand Down Expand Up @@ -115,7 +115,7 @@ export function getApmInstructionsForEnablingMetricbeat(product, _meta, { esMoni
<EuiText>
<p>
<EuiLink
href={`${ELASTIC_WEBSITE_URL}guide/en/apm/metricbeat/${DOC_LINK_VERSION}/metricbeat-starting.html`}
href={`${ELASTIC_WEBSITE_URL}guide/en/beats/metricbeat/${DOC_LINK_VERSION}/metricbeat-starting.html`}
target="_blank"
>
<FormattedMessage
Expand Down
Expand Up @@ -15,7 +15,7 @@ import { getMigrationStatusStep, getSecurityStep } from '../common_instructions'
export function getBeatsInstructionsForEnablingMetricbeat(product, _meta, { esMonitoringUrl }) {
const beatType = product.beatType;
const securitySetup = getSecurityStep(
`${ELASTIC_WEBSITE_URL}guide/en/beats/reference/${DOC_LINK_VERSION}/configuring-metricbeat.html`
`${ELASTIC_WEBSITE_URL}guide/en/beats/metricbeat/${DOC_LINK_VERSION}/metricbeat-configuration.html`
);

const installMetricbeatStep = {
Expand Down
Expand Up @@ -13,7 +13,7 @@ import { getMigrationStatusStep, getSecurityStep } from '../common_instructions'

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

const installMetricbeatStep = {
Expand Down
Expand Up @@ -13,7 +13,7 @@ import { getMigrationStatusStep, getSecurityStep } from '../common_instructions'

export function getLogstashInstructionsForEnablingMetricbeat(product, _meta, { esMonitoringUrl }) {
const securitySetup = getSecurityStep(
`${ELASTIC_WEBSITE_URL}guide/en/logstash/reference/${DOC_LINK_VERSION}/configuring-metricbeat.html`
`${ELASTIC_WEBSITE_URL}guide/en/logstash/${DOC_LINK_VERSION}/monitoring-with-metricbeat.html`
);

const installMetricbeatStep = {
Expand Down

0 comments on commit 394abf5

Please sign in to comment.