From 7f28a63d7b8111f319bc0587db09830c2d848c65 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Mon, 26 Jul 2021 09:11:38 -0700 Subject: [PATCH] Update Fleet settings for 7.14 (#103380) * Update Fleet settings for 7.14 * Apply jen-huang's suggestions from code review Co-authored-by: Jen Huang * Add fixes from the review Co-authored-by: Jen Huang --- docs/settings/fleet-settings.asciidoc | 95 +++++++++++++++++++++++++-- 1 file changed, 90 insertions(+), 5 deletions(-) diff --git a/docs/settings/fleet-settings.asciidoc b/docs/settings/fleet-settings.asciidoc index cb80165e70990..3ae1c9df616b0 100644 --- a/docs/settings/fleet-settings.asciidoc +++ b/docs/settings/fleet-settings.asciidoc @@ -5,6 +5,11 @@ {fleet} settings ++++ +[NOTE] +==== +In {ecloud}, {fleet} flags are already configured. +==== + You can configure `xpack.fleet` settings in your `kibana.yml`. By default, {fleet} is enabled. To use {fleet}, you also need to configure {kib} and {es} hosts. @@ -28,7 +33,10 @@ See the {fleet-guide}/index.html[{fleet}] docs for more information. [cols="2*<"] |=== | `xpack.fleet.registryUrl` - | The address to use to reach {package-manager} registry. + | The address to use to reach the {package-manager} registry. +| `xpack.fleet.registryProxyUrl` + | The proxy address to use to reach the {package-manager} registry. + |=== ==== {fleet} settings @@ -39,9 +47,86 @@ See the {fleet-guide}/index.html[{fleet}] docs for more information. | Hostnames used by {agent} for accessing {fleet-server}. | `xpack.fleet.agents.elasticsearch.hosts` | Hostnames used by {agent} for accessing {es}. +| `xpack.fleet.agents.elasticsearch.ca_sha256` + | Hash pin used for certificate verification. The pin is a base64-encoded + string of the SHA-256 fingerprint. |=== -[NOTE] -==== -In {ecloud}, {fleet} flags are already configured. -==== + +==== Preconfiguration settings (for advanced use cases) + +Use these settings to pre-define integrations and agent policies that you +want {fleet} to load up by default. + +[cols="2*