ELK installation on-premises

Hi Team,

We have successfully installed Elasticsearch and it is running in port 9200.
Also, installed kibana but unable to face the kibana ui, facing the below issue. Kindly help in resolving this issue.
Failed to fetch latest version of synthetics from registry: Error connecting to package registry: request to
https://epr.elastic.co/search?package=synthetics&prerelease=false&kibana.version=8.14.2
failed, reason: getaddrinfo ENOTFOUND epr.elastic.co

Thanks

Hi @keerthi12 ,

First guess it that Kibana can't pull some artifacts from remote registry, maybe you block access to external resources from the machine where you host Kibana?

You can try disabling Uptime plugin with

xpack.uptime.enabled: false

Otherwise consider granting registry access from the machine where Kibana is hosted.

Regards, Dima

Thank you.