mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
c901598f71
commit
eceabfbd09
1 changed files with 6 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
||||||
In {ecloud}, {fleet} flags are already configured.
|
In {ecloud}, {fleet} flags are already configured.
|
||||||
====
|
====
|
||||||
|
|
||||||
You can configure `xpack.fleet` settings in your `kibana.yml`.
|
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.
|
By default, {fleet} is enabled. To use {fleet}, you also need to configure {kib} and {es} hosts.
|
||||||
|
|
||||||
See the {fleet-guide}/index.html[{fleet}] docs for more information.
|
See the {fleet-guide}/index.html[{fleet}] docs for more information.
|
||||||
|
@ -21,7 +21,7 @@ See the {fleet-guide}/index.html[{fleet}] docs for more information.
|
||||||
[cols="2*<"]
|
[cols="2*<"]
|
||||||
|===
|
|===
|
||||||
| `xpack.fleet.agents.enabled` {ess-icon}
|
| `xpack.fleet.agents.enabled` {ess-icon}
|
||||||
| Set to `true` (default) to enable {fleet}.
|
| Set to `true` (default) to enable {fleet}.
|
||||||
|===
|
|===
|
||||||
|
|
||||||
[[fleet-data-visualizer-settings]]
|
[[fleet-data-visualizer-settings]]
|
||||||
|
@ -33,7 +33,8 @@ See the {fleet-guide}/index.html[{fleet}] docs for more information.
|
||||||
| `xpack.fleet.registryUrl`
|
| `xpack.fleet.registryUrl`
|
||||||
| The address to use to reach the {package-manager} registry.
|
| The address to use to reach the {package-manager} registry.
|
||||||
| `xpack.fleet.registryProxyUrl`
|
| `xpack.fleet.registryProxyUrl`
|
||||||
| The proxy address to use to reach the {package-manager} registry.
|
| The proxy address to use to reach the {package-manager} registry if an internet connection is not directly available.
|
||||||
|
Refer to {fleet-guide}/air-gapped.html[Air-gapped environments] for details.
|
||||||
|
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
@ -62,7 +63,7 @@ want {fleet} to load up by default.
|
||||||
| `xpack.fleet.packages`
|
| `xpack.fleet.packages`
|
||||||
| List of integrations that are installed when the {fleet} app starts
|
| List of integrations that are installed when the {fleet} app starts
|
||||||
up for the first time. Required properties are:
|
up for the first time. Required properties are:
|
||||||
|
|
||||||
`name`:: Name of the integration from the package registry.
|
`name`:: Name of the integration from the package registry.
|
||||||
`version`:: Either an exact semantic version, or the keyword `latest` to fetch
|
`version`:: Either an exact semantic version, or the keyword `latest` to fetch
|
||||||
the latest integration version.
|
the latest integration version.
|
||||||
|
@ -75,7 +76,7 @@ Required properties are:
|
||||||
`name`:: Policy name.
|
`name`:: Policy name.
|
||||||
|
|
||||||
Optional properties are:
|
Optional properties are:
|
||||||
|
|
||||||
`description`:: Text description of this policy.
|
`description`:: Text description of this policy.
|
||||||
`namespace`:: String identifying this policy's namespace.
|
`namespace`:: String identifying this policy's namespace.
|
||||||
`monitoring_enabled`:: List of keywords that specify the monitoring data to collect.
|
`monitoring_enabled`:: List of keywords that specify the monitoring data to collect.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue