Skip to content

Link fleet airgapped to fleet airgaped docu #1606

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion reference/fleet/air-gapped.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`. 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.

Expand Down
Loading