Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.10](backport #36644) Update Beats install docs to mention ARM binaries #36660

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions auditbeat/docs/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ system:

include::{libbeat-dir}/tab-widgets/install-widget.asciidoc[]

The commands shown are for AMD platforms, but ARM packages are also available.
Refer to the https://www.elastic.co/downloads/beats/{beatname_lc}[download page]
for the full list of available packages.

[float]
[[other-installation-options]]
==== Other installation options
Expand Down
4 changes: 4 additions & 0 deletions filebeat/docs/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ system:

include::{libbeat-dir}/tab-widgets/install-widget.asciidoc[]

The commands shown are for AMD platforms, but ARM packages are also available.
Refer to the https://www.elastic.co/downloads/beats/{beatname_lc}[download page]
for the full list of available packages.

[float]
[[other-installation-options]]
==== Other installation options
Expand Down
4 changes: 4 additions & 0 deletions heartbeat/docs/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ system:

include::{libbeat-dir}/tab-widgets/install-widget.asciidoc[]

The commands shown are for AMD platforms, but ARM packages are also available.
Refer to the https://www.elastic.co/downloads/beats/{beatname_lc}[download page]
for the full list of available packages.

[float]
[[other-installation-options]]
==== Other installation options
Expand Down
4 changes: 4 additions & 0 deletions metricbeat/docs/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ system:

include::{libbeat-dir}/tab-widgets/install-widget.asciidoc[]

The commands shown are for AMD platforms, but ARM packages are also available.
Refer to the https://www.elastic.co/downloads/beats/{beatname_lc}[download page]
for the full list of available packages.

[float]
[[other-installation-options]]
==== Other installation options
Expand Down
4 changes: 4 additions & 0 deletions packetbeat/docs/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ system:

include::{libbeat-dir}/tab-widgets/install-widget.asciidoc[]

The commands shown are for AMD platforms, but ARM packages are also available.
Refer to the https://www.elastic.co/downloads/beats/{beatname_lc}[download page]
for the full list of available packages.

[float]
[[other-installation-options]]
==== Other installation options
Expand Down
4 changes: 4 additions & 0 deletions x-pack/functionbeat/docs/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ system.

include::{libbeat-dir}/tab-widgets/install-linux-mac-win-short-widget.asciidoc[]

The commands shown are for AMD platforms, but ARM packages are also available.
Refer to the https://www.elastic.co/downloads/beats/{beatname_lc}[download page]
for the full list of available packages.

[float]
[[set-connection]]
=== Step 2: Connect to the {stack}
Expand Down
Loading