-
Notifications
You must be signed in to change notification settings - Fork 184
Deploy and Manage: ECE install and configure refined #593
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
e30b052
install and configure ECE refined
eedugon f2615a1
removed incorrect link to raw content
eedugon e43bec7
ECE install structure changed and duplicate content removed
eedugon f1ed120
sections moved in toc
eedugon 557b512
Merge branch 'main' into ece_install_configure
eedugon 3bc8a63
redirect added to fix asciidoc link after file name changes
eedugon 5adfc43
fixed another broken link
eedugon ec08e03
Update deploy-manage/deploy/cloud-enterprise/install.md
eedugon 23804d6
Update deploy-manage/deploy/cloud-enterprise/install.md
eedugon f82063b
Update deploy-manage/deploy/cloud-enterprise/air-gapped-install.md
eedugon 10514f5
Update deploy-manage/deploy/cloud-enterprise/air-gapped-install.md
eedugon b0b0f9b
Update deploy-manage/deploy/cloud-enterprise/configure-host-ubuntu.md
eedugon 0374ee8
Update deploy-manage/deploy/cloud-enterprise/configure-host-ubuntu.md
eedugon 2025200
Update deploy-manage/deploy/cloud-enterprise/configure-host-rhel.md
eedugon 93b0fd6
Apply suggestions from code review
eedugon 8b39a14
working with shaina's suggestions
eedugon bec10bb
applying Shaina's guidance and suggestions
eedugon 25c0216
conflict solved
eedugon 62bec1f
Merge branch 'main' into ece_install_configure
eedugon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
33 changes: 20 additions & 13 deletions
33
deploy-manage/deploy/cloud-enterprise/air-gapped-install.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,26 +1,33 @@ | ||
| --- | ||
| applies_to: | ||
| deployment: | ||
| ece: all | ||
| mapped_urls: | ||
| - https://www.elastic.co/guide/en/elastic-stack/current/air-gapped-install.html | ||
| - https://www.elastic.co/guide/en/cloud-enterprise/current/ece-install-offline.html | ||
| --- | ||
|
|
||
| # Air gapped install | ||
| # Air-gapped install [ece-install-offline] | ||
|
|
||
| % What needs to be done: Refine | ||
| Installing ECE on hosts without internet access is commonly referred to as an *offline* or *air-gapped* installation. ECE supports two air-gapped installation methods, depending on whether a private Docker registry is available. In both cases, you must download multiple Docker images and the installation script from Elastic, and load them onto your hosts or private registry. | ||
|
|
||
| % GitHub issue: https://github.com/elastic/docs-projects/issues/309 | ||
| ::::{note} | ||
| The versioning of {{es}} and {{kib}} is synchronized and versions where the major, minor, and patch levels match can be used together. Differences in build versions indicated by a dash do not affect compatibility. | ||
| :::: | ||
|
|
||
| % Scope notes: In the issue | ||
| Before you start, you must: | ||
|
|
||
| % Use migrated content from existing pages that map to this page: | ||
| * Follow the same prerequisites described in [](./install.md#ece-install-prerequisites). This includes [](./identify-deployment-scenario.md) and [](./prepare-environment.md) steps. | ||
| * [Configure your operating system](./configure-operating-system.md) in all ECE hosts. | ||
| * Be part of the `docker` group to run the installation script. You should not install Elastic Cloud Enterprise as the `root` user. | ||
| * Set up and run a local copy of the Elastic Package Repository, otherwise your deployments with APM server and Elastic agent won’t work. Refer to the [Running EPR in air-gapped environments](asciidocalypse://docs/docs-content/docs/reference/ingestion-tools/fleet/air-gapped.md#air-gapped-diy-epr) documentation. | ||
|
|
||
| % - [ ] ./raw-migrated-files/stack-docs/elastic-stack/air-gapped-install.md | ||
| % - [ ] ./raw-migrated-files/cloud/cloud-enterprise/ece-install-offline.md | ||
| % Notes: 3 child docs | ||
| When you are ready to install ECE, you can proceed: | ||
|
|
||
| ⚠️ **This page is a work in progress.** ⚠️ | ||
| * [With your private Docker registry](./ece-install-offline-with-registry.md) | ||
| * [Without a private Docker registry](./ece-install-offline-no-registry.md) | ||
|
|
||
| The documentation team is working to combine content pulled from the following pages: | ||
| After installing ECE in your hosts, you can continue with [](./post-installation-steps.md). | ||
|
|
||
| * [/raw-migrated-files/stack-docs/elastic-stack/air-gapped-install.md](/raw-migrated-files/stack-docs/elastic-stack/air-gapped-install.md) | ||
| * [/raw-migrated-files/cloud/cloud-enterprise/ece-install-offline.md](/raw-migrated-files/cloud/cloud-enterprise/ece-install-offline.md) | ||
| ::::{note} | ||
| Deployment End-of-life (EOL) information relies on the connection to [https://www.elastic.co/support/eol.json](https://www.elastic.co/support/eol.json). If EOL information is updated, Elastic may require you to reconnect to [https://www.elastic.co/support/eol.json](https://www.elastic.co/support/eol.json) over the internet to get this information reflected. | ||
| :::: |
4 changes: 4 additions & 0 deletions
4
deploy-manage/deploy/cloud-enterprise/alternative-install-ece-with-ansible.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
deploy-manage/deploy/cloud-enterprise/assign-roles-to-hosts.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 8 additions & 3 deletions
11
deploy-manage/deploy/cloud-enterprise/ce-add-support-for-node-roles-autoscaling.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
deploy-manage/deploy/cloud-enterprise/change-allocator-disconnect-timeout.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
deploy-manage/deploy/cloud-enterprise/configure-allocator-affinity.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
deploy-manage/deploy/cloud-enterprise/configure-deployment-templates.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.