[8.15] Add missing environment variables for container setup (backport #1354) #1372
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_SETUP
has been removed for a while: Remove KibanaSetup call as it is not needed anymore elastic-agent#2910Added variables:
FLEET_FORCE
- same as the--force flag
ELASTIC_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
,required
FLEET_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.