[APM] Deprecation warning in Kibana Upgrade Assistant (#120404) (#120543)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2021-12-06 16:57:34 -05:00 committed by GitHub
parent 52927429d4
commit 80efa4dd3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ export function getDeprecations({
}),
message: i18n.translate('xpack.apm.deprecations.message', {
defaultMessage:
'Running the APM Server binary directly is considered a legacy option and is deprecated since 7.16. Switch to APM Server managed by an Elastic Agent instead. Read our documentation to learn more.',
'Running the APM Server binary directly is considered a legacy option and will be deprecated and removed in the future.',
}),
documentationUrl: `https://www.elastic.co/guide/en/apm/server/${docBranch}/apm-integration.html`,
level: 'warning',
@ -68,7 +68,7 @@ export function getDeprecations({
}),
i18n.translate('xpack.apm.deprecations.steps.switch', {
defaultMessage:
'Click "Switch to data streams". You will be guided through the process',
'Click "Switch to Elastic Agent". You will be guided through the process',
}),
],
},