mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
Update installation guidance (#166930)
Update installation guidance for AMD architecture as it may be confusing for users. Relates https://github.com/elastic/beats/issues/33042
This commit is contained in:
parent
67939c3635
commit
4f0a43d145
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export const InstallationMessage: React.FunctionComponent<Props> = ({
|
||||||
<EuiText>
|
<EuiText>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id="xpack.fleet.enrollmentInstructions.installationMessage"
|
id="xpack.fleet.enrollmentInstructions.installationMessage"
|
||||||
defaultMessage="Select the appropriate platform and run commands to install, enroll, and start Elastic Agent. Reuse commands to set up agents on more than one host. For aarch64, see our {downloadLink}. For additional guidance, see our {installationLink}."
|
defaultMessage="Select the appropriate platform and run commands to install, enroll, and start Elastic Agent. Reuse commands to set up agents on more than one host. For aarch64, see our {downloadLink}. This guidance is for AMD but you can adapt it to your device architecture. For additional guidance, see our {installationLink}."
|
||||||
values={{
|
values={{
|
||||||
downloadLink: (
|
downloadLink: (
|
||||||
<EuiLink
|
<EuiLink
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue