[ERROR][plugins.fleet] Failed to fetch latest version of cloud_defend from registry:

Hi

I am upgrading kibana from 7.17.13 to 8.11.3. Kibana working fine but I got a error logs in my syslog like below

OS: ububtu 22.04

Jan 10 16:37:20 TEST02 kibana[1285]: [2024-01-10T16:37:20.641+05:30][ERROR][plugins.fleet] Failed to fetch latest version of cloud_defend from registry: Error connecting to package registry: request to https://epr.elastic.co/search?package=cloud_defend&prerelease=false&kibana.version=8.11.3 failed, reason: connect ECONNREFUSED 34.120.127.1:443
Jan 10 16:37:20 TEST02 kibana[1285]: [2024-01-10T16:37:20.641+05:30][ERROR][plugins.cloudDefend] PackageNotFoundError: [cloud_defend] package not found in registry

can anyone help here why is coming?

Thanks in advance

Are you trying to use the Fleet package registry? If not, you can ignore this error, or disable fleet.

If you need the registry and this error is blocking your use case, the Kibana server host might be in a restricted environment that doesn't have access to the outside Internet. Take a look at: Air-gapped environments | Fleet and Elastic Agent Guide [8.12] | Elastic

If you don't need Fleet at all, you can stop this error from showing up by disabling the plugin. In kibana.yml, add: xpack.fleet.enabled: false

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