From 334928f9f08e8fe8b62f48a2a8dbda1bae4f5503 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:38:35 -0400 Subject: [PATCH] Document format for air-gapped downloadable packages (#1305) (cherry picked from commit 98888a29d88835a9c25c7fd3fdde1c03af218017) --- .../fleet/air-gapped.asciidoc | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/en/ingest-management/fleet/air-gapped.asciidoc b/docs/en/ingest-management/fleet/air-gapped.asciidoc index 92841c959..696d4929a 100644 --- a/docs/en/ingest-management/fleet/air-gapped.asciidoc +++ b/docs/en/ingest-management/fleet/air-gapped.asciidoc @@ -256,12 +256,26 @@ sub-directories that follow the same convention used by the {artifact-registry}: //--- ---- + -Where `` may be `beats/elastic-agent`, `beats/filebeat`, -`fleet-server`, `endpoint-dev`, and so on. +Where: ++ +* `` is in the format `beats/elastic-agent`, `fleet-server`, `endpoint-dev`, and so on. +* `` is om the format `elastic-agent`, `endpoint-security`, or `fleet-server` and so on. +* `arch-package-type` is in the format `linux-x86_64`, `linux-arm64`, `windows_x86_64`, `darwin_x86_64`, or +darwin_aarch64`. +* If you're using the DEB package manager: ++ +** The 64bit variant has the format `--amd64.deb`. +** The aarch64 variant has the format `--arm64.deb`. +* If you're using the RPM package manager: ++ +** The 64bit variant has a format `--x86_64.rpm`. +** The aarch64 variant has a format `--aarch64.rpm`. + + [TIP] ==== -Make sure you have a plan or automation in place to update your artifact +* If you're ever in doubt, visit the link:https://www.elastic.co/downloads/elastic-agent[{agent} download page] to see what URL the various binaries are downloaded from. +* Make sure you have a plan or automation in place to update your artifact registry when new versions of {agent} are available. ==== . Add the agent binary download location to {fleet} settings: