mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit c9bb23ad8d
)
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
This commit is contained in:
parent
dda8863562
commit
405e701af0
1 changed files with 12 additions and 1 deletions
|
@ -38,6 +38,10 @@ Refer to {fleet-guide}/air-gapped.html[Air-gapped environments] for details.
|
|||
|
||||
`xpack.fleet.agents.fleet_server.hosts`::
|
||||
Hostnames used by {agent} for accessing {fleet-server}.
|
||||
+
|
||||
If configured in your `kibana.yml`, this setting is grayed out and unavailable
|
||||
in the {fleet} UI. To make this setting editable in the UI, do not configure it
|
||||
in the configuration file.
|
||||
|
||||
`xpack.fleet.agents.elasticsearch.hosts`::
|
||||
Hostnames used by {agent} for accessing {es}.
|
||||
|
@ -52,6 +56,9 @@ Hash pin used for certificate verification. The pin is a base64-encoded string o
|
|||
Use these settings to pre-define integrations and agent policies that you
|
||||
want {fleet} to load up by default.
|
||||
|
||||
NOTE: These settings are not supported to pre-configure the Endpoint and Cloud
|
||||
Security integration.
|
||||
|
||||
`xpack.fleet.packages`::
|
||||
List of integrations that are installed when the {fleet} app starts up for the first time.
|
||||
+
|
||||
|
@ -126,7 +133,11 @@ List of agent policies that are configured when the {fleet} app starts.
|
|||
=====
|
||||
|
||||
`xpack.fleet.outputs`::
|
||||
List of outputs that are configured when the {fleet} app starts.
|
||||
List of outputs that are configured when the {fleet} app starts.
|
||||
+
|
||||
If configured in your `kibana.yml`, output settings are grayed out and
|
||||
unavailable in the {fleet} UI. To make these settings editable in the UI, do not
|
||||
configure them in the configuration file.
|
||||
+
|
||||
.Required properties of `xpack.fleet.outputs`
|
||||
[%collapsible%open]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue