Disable fleet setting

I have following in my configuration

xpack.fleet.agents.enabled: false

but log on kibana shows this. why is it still does fleet setup. Am I missing something.

[2023-01-19T14:16:08.293+00:00][INFO ][status] Kibana is now available (was degraded)
[2023-01-19T14:17:50.372+00:00][INFO ][plugins.security.routes] Logging in with provider "basic" (basic)
[2023-01-19T14:20:12.413+00:00][ERROR][plugins.fleet] Failed to fetch latest version of synthetics from registry: Error connecting to package registry: request to https://epr.elastic.co/search?package=synthetics&experimental=true&kibana.version=8.5.3 failed, reason: connect ETIMEDOUT 34.120.127.130:443
[2023-01-19T14:20:12.469+00:00][INFO ][plugins.fleet] Fleet setup completed
[2023-01-19T14:20:12.484+00:00][INFO ][plugins.securitySolution] Dependent plugin setup complete - Starting ManifestTask
[2023-01-19T14:24:34.557+00:00][ERROR][plugins.fleet] Failed to fetch latest version of synthetics from registry: Error connecting to package registry: request to https://epr.elastic.co/search?package=synthetics&experimental=true&kibana.version=8.5.3 failed, reason: connect ETIMEDOUT 34.120.127.130:443

What version of the stack are you running?

I've added the key to a Kibana 8.5.0 on my local environment and even the Fleet menu entry is there, it shows a blank screen and no errors on the server log (not ideal in my opinion, but yet it is disabled indeed).

Peek 2023-01-19 17-08

running 8.5.3

running 8.5.3

I have the same behavior with 8.6.0 and 8.6.1:

[2023-01-31T09:51:31.073-05:00][INFO ][status] Kibana is now available (was degraded)
[2023-01-31T09:55:49.125-05:00][ERROR][plugins.fleet] Failed to fetch latest version of synthetics from registry: Error connecting to package registry: request to https://epr.elastic.co/search?package=synthetics&prerelease=true&kibana.version=8.6.1 failed, reason: connect ETIMEDOUT 34.120.127.130:443
[2023-01-31T09:55:49.160-05:00][INFO ][plugins.fleet] Fleet setup completed
[2023-01-31T09:55:49.166-05:00][INFO ][plugins.securitySolution] Dependent plugin setup complete - Starting ManifestTask
[2023-01-31T09:57:19.140-05:00][INFO ][plugins.fleet] Fleet Usage: {"agents_enabled":false,"agents":{"total_enrolled":0,"healthy":0,"unhealthy":0,"offline":0,"total_all_statuses":0,"updating":0},"fleet_server":{"total_all_statuses":0,"total_enrolled":0,"healthy":0,"unhealthy":0,"offline":0,"updating":0,"num_host_urls":0}}
[2023-01-31T10:00:11.269-05:00][ERROR][plugins.fleet] Failed to fetch latest version of synthetics from registry: Error connecting to package registry: request to https://epr.elastic.co/search?package=synthetics&prerelease=true&kibana.version=8.6.1 failed, reason: connect ETIMEDOUT 34.120.127.130:443
[2023-01-31T10:00:11.274-05:00][INFO ][plugins.synthetics] Installed synthetics index templates
[2023-01-31T10:12:19.201-05:00][INFO ][plugins.fleet] Fleet Usage: {"agents_enabled":false,"agents":{"total_enrolled":0,"healthy":0,"unhealthy":0,"offline":0,"total_all_statuses":0,"updating":0},"fleet_server":{"total_all_statuses":0,"total_enrolled":0,"healthy":0,"unhealthy":0,"offline":0,"updating":0,"num_host_urls":0}}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.