From 99b0640b488f4a395f564fc869439adc82dce7da Mon Sep 17 00:00:00 2001 From: Philipp Kahr Date: Wed, 4 Jun 2025 15:35:44 +0200 Subject: [PATCH 1/2] Update air-gapped.md --- reference/fleet/air-gapped.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/fleet/air-gapped.md b/reference/fleet/air-gapped.md index 3cc1dfd7d..12f6e5236 100644 --- a/reference/fleet/air-gapped.md +++ b/reference/fleet/air-gapped.md @@ -200,7 +200,7 @@ NODE_EXTRA_CA_CERTS="/etc/kibana/certs/ca-cert.pem" ## Host your own artifact registry for binary downloads [host-artifact-registry] -{{agent}}s must be able to access the {{artifact-registry}} to download binaries during upgrades. By default {{agent}}s download artifacts from `https://artifacts.elastic.co/downloads/`. +{{agent}}s must be able to access the {{artifact-registry}} to download binaries during upgrades. By default {{agent}}s download artifacts from `https://artifacts.elastic.co/downloads/`. There is a full available script + nginx config available and [documented](https://www.elastic.co/docs/deploy-manage/deploy/self-managed/air-gapped-install#air-gapped-elastic-artifact-registry) To make binaries available in an air-gapped environment, you can host your own custom artifact registry, and then configure {{agent}}s to download binaries from it. From b126e69f50908667052e58236fe6feb7d40dfc3a Mon Sep 17 00:00:00 2001 From: Philipp Kahr Date: Wed, 4 Jun 2025 19:54:44 +0200 Subject: [PATCH 2/2] Update reference/fleet/air-gapped.md Co-authored-by: Fabrizio Ferri-Benedetti --- reference/fleet/air-gapped.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/fleet/air-gapped.md b/reference/fleet/air-gapped.md index 12f6e5236..8323bc0e9 100644 --- a/reference/fleet/air-gapped.md +++ b/reference/fleet/air-gapped.md @@ -200,7 +200,7 @@ NODE_EXTRA_CA_CERTS="/etc/kibana/certs/ca-cert.pem" ## Host your own artifact registry for binary downloads [host-artifact-registry] -{{agent}}s must be able to access the {{artifact-registry}} to download binaries during upgrades. By default {{agent}}s download artifacts from `https://artifacts.elastic.co/downloads/`. There is a full available script + nginx config available and [documented](https://www.elastic.co/docs/deploy-manage/deploy/self-managed/air-gapped-install#air-gapped-elastic-artifact-registry) +{{agent}}s must be able to access the {{artifact-registry}} to download binaries during upgrades. By default {{agent}}s download artifacts from `https://artifacts.elastic.co/downloads/`. Refer to the available [script and Nginx config](/deploy-manage/deploy/self-managed/air-gapped-install.md#air-gapped-elastic-artifact-registry). To make binaries available in an air-gapped environment, you can host your own custom artifact registry, and then configure {{agent}}s to download binaries from it.