From 376a66bdb8198764efb30998ff4268d191d460a7 Mon Sep 17 00:00:00 2001 From: Francesco Gualazzi Date: Wed, 16 Aug 2023 17:50:43 +0200 Subject: [PATCH] Include profiling in air-gapped env (#412) * Include profiling in air-gapped env We add the Universal Profiling agent download URL to the list of artifacts to download in air-gapped environments. We also amend the list with the ability to download ARM64 binaries. * air-gapped envs: include profiling backend binaries (cherry picked from commit d876082b817529b81f70f96cae7bd2147af53975) --- docs/en/ingest-management/fleet/air-gapped.asciidoc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/en/ingest-management/fleet/air-gapped.asciidoc b/docs/en/ingest-management/fleet/air-gapped.asciidoc index 87c4c670d..f09957fa5 100644 --- a/docs/en/ingest-management/fleet/air-gapped.asciidoc +++ b/docs/en/ingest-management/fleet/air-gapped.asciidoc @@ -176,8 +176,8 @@ from it. .. Download the latest release artifacts from the public {artifact-registry} at `https://artifacts.elastic.co/downloads/`. For example, the following cURL commands download all the artifacts that may be needed to upgrade -{agent}s running on Linux. The exact list depends on which integrations you're -using. +{agent}s running on Linux x86_64. You may replace `x86_64` with `arm64` for the ARM64 version. +The exact list depends on which integrations you're using. + ["source","shell",subs="attributes"] ---- @@ -214,6 +214,15 @@ curl -O https://artifacts.elastic.co/downloads/endpoint-dev/endpoint-security-{v curl -O https://artifacts.elastic.co/downloads/fleet-server/fleet-server-{version}-linux-x86_64.tar.gz curl -O https://artifacts.elastic.co/downloads/fleet-server/fleet-server-{version}-linux-x86_64.tar.gz.sha512 curl -O https://artifacts.elastic.co/downloads/fleet-server/fleet-server-{version}-linux-x86_64.tar.gz.asc +curl -O https://artifacts.elastic.co/downloads/prodfiler/pf-host-agent-{version}-linux-x86_64.tar.gz +curl -O https://artifacts.elastic.co/downloads/prodfiler/pf-host-agent-{version}-linux-x86_64.tar.gz.sha512 +curl -O https://artifacts.elastic.co/downloads/prodfiler/pf-host-agent-{version}-linux-x86_64.tar.gz.asc +curl -O https://artifacts.elastic.co/downloads/prodfiler/pf-elastic-collector-{version}-linux-x86_64.tar.gz +curl -O https://artifacts.elastic.co/downloads/prodfiler/pf-elastic-collector-{version}-linux-x86_64.tar.gz.sha512 +curl -O https://artifacts.elastic.co/downloads/prodfiler/pf-elastic-collector-{version}-linux-x86_64.tar.gz.asc +curl -O https://artifacts.elastic.co/downloads/prodfiler/pf-elastic-symbolizer-{version}-linux-x86_64.tar.gz +curl -O https://artifacts.elastic.co/downloads/prodfiler/pf-elastic-symbolizer-{version}-linux-x86_64.tar.gz.sha512 +curl -O https://artifacts.elastic.co/downloads/prodfiler/pf-elastic-symbolizer-{version}-linux-x86_64.tar.gz.asc ---- .. On your HTTP file server, group the artifacts into directories and sub-directories that follow the same convention used by the {artifact-registry}: