[8.x] Add missing environment variables for container setup (backport #1354)#1371
Merged
[8.x] Add missing environment variables for container setup (backport #1354)#1371
Conversation
* Add missing environment variables for container setup * Add more missing settings * fixup * fixup * fixup * fixup * Remove FLEET_HEADER & FLEET_KIBANA_HEADER (cherry picked from commit 98d9db9)
|
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
kilfoyle
approved these changes
Oct 7, 2024
Member
|
@elasticmachine run docs-build |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This updates the Elastic Agent environment variables page to add/remove variables as described here.
For easier reviewing, I've copied the output into this google doc.
Removed variables:
KIBANA_FLEET_SETUPhas been removed for a while: Remove KibanaSetup call as it is not needed anymore elastic-agent#2910Added variables:
FLEET_FORCE- same as the--force flagELASTIC_AGENT_CERT&ELASTIC_AGENT_CERT_KEY- paths to mtls cert and key the agent will use to connect to fleet-server. (corresponding var for passphrase is missing)FLEET_SERVER_CLIENT_AUTH- set fleet-server mtls settings, one of:none(default),optional,requiredFLEET_SERVER_ES_CERT&FLEET_SERVER_ES_CERT_KEY- fleet-server -> es mTLS cert paths. (corresponding var for passphrase is missing)FLEET_SERVER_INSECURE_HTTP- expose fleet-server as an http server(internal setting according to Craig)FLEET_HEADER- I think this one is headers the agent will send to fleet-server(internal setting according to Craig)FLEET_KIBANA_HEADER- headers used when contacting KibanaFLEET_SERVER_TIMEOUT- how long elastic-agent will wait for fleet-server to checkin as healthyFLEET_DAEMON_TIMEOUT- how long fleet-server will wait during the bootstrap process for elastic-agentCloses: #1355
Rel: #1075
This is an automatic backport of pull request #1354 done by Mergify.