[8.8] [Synthetics] Added missing docs links (#157249) (#157469)

# Backport

This will backport the following commits from `main` to `8.8`:
- [[Synthetics] Added missing docs links
(#157249)](https://github.com/elastic/kibana/pull/157249)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"Shahzad","email":"shahzad31comp@gmail.com"},"sourceCommit":{"committedDate":"2023-05-12T10:29:25Z","message":"[Synthetics]
Added missing docs links
(#157249)","sha":"dec3227d3d12f7d5adcd7791b53f82a9917cf70f","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:uptime","release_note:skip","v8.8.0","v8.9.0"],"number":157249,"url":"https://github.com/elastic/kibana/pull/157249","mergeCommit":{"message":"[Synthetics]
Added missing docs links
(#157249)","sha":"dec3227d3d12f7d5adcd7791b53f82a9917cf70f"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/157249","number":157249,"mergeCommit":{"message":"[Synthetics]
Added missing docs links
(#157249)","sha":"dec3227d3d12f7d5adcd7791b53f82a9917cf70f"}}]}]
BACKPORT-->

Co-authored-by: Shahzad <shahzad31comp@gmail.com>
This commit is contained in:
Kibana Machine 2023-05-12 07:40:04 -04:00 committed by GitHub
parent 88622e128d
commit 3354f594a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ export const MONITOR_TYPE_CONFIG = {
'Navigate through multiple steps or pages to test key user flows from a real browser.',
}
),
link: '#',
link: 'https://www.elastic.co/guide/en/observability/current/synthetics-journeys.html',
icon: 'videoPlayer',
beta: false,
},
@ -147,7 +147,7 @@ export const MONITOR_TYPE_CONFIG = {
'Test a single page load including all objects on the page from a real web browser.',
}
),
link: '#',
link: 'https://www.elastic.co/guide/en/observability/current/synthetics-journeys.html',
icon: 'videoPlayer',
beta: false,
},
@ -165,7 +165,7 @@ export const MONITOR_TYPE_CONFIG = {
defaultMessage:
'A lightweight API check to validate the availability of a web service or endpoint.',
}),
link: '#',
link: 'https://elastic.co/guide/en/observability/current/synthetics-lightweight.html',
icon: 'online',
beta: false,
},
@ -183,7 +183,7 @@ export const MONITOR_TYPE_CONFIG = {
defaultMessage:
'A lightweight API check to validate the availability of a web service or endpoint.',
}),
link: '#',
link: 'https://www.elastic.co/guide/en/observability/current/synthetics-lightweight.html',
icon: 'online',
beta: false,
},
@ -201,7 +201,7 @@ export const MONITOR_TYPE_CONFIG = {
defaultMessage:
'A lightweight API check to validate the availability of a web service or endpoint.',
}),
link: '#',
link: 'https://www.elastic.co/guide/en/observability/current/synthetics-lightweight.html',
icon: 'online',
beta: false,
},
@ -583,7 +583,11 @@ export const FIELD = (readOnly?: boolean): FieldMap => ({
defaultMessage:
"Change the default namespace. This setting changes the name of the monitor's data stream. ",
})}
<EuiLink data-test-subj="syntheticsFIELDLearnMoreLink" href="#" target="_blank">
<EuiLink
data-test-subj="syntheticsFIELDLearnMoreLink"
href="https://www.elastic.co/guide/en/fleet/current/data-streams.html"
target="_blank"
>
{i18n.translate('xpack.synthetics.monitorConfig.namespace.learnMore', {
defaultMessage: 'Learn more',
})}