Hi,
I tried to use new beta Ingest Manager functionality.
However, I got this error in Kibana when launching it:
Unable to initialize Ingest Manager
Error connecting to package registry at https://epr-7-9.elastic.co/search?package=endpoint&internal=true&experimental=true&kibana.version=7.9.0: request to https://epr-7-9.elastic.co/search?package=endpoint&internal=true&experimental=true&kibana.version=7.9.0 failed, reason: getaddrinfo ENOTFOUND epr-7-9.elastic.co epr-7-9.elastic.co:443
The VM is behind a Proxy, and using a command line it is possible to fetch data, using curl:
curl -O "https://epr-7-9.elastic.co/search?package=system&internal=true&experimental=true&kibana.version=7.9.0"
I noticed there isn't any documented way to specify a connection proxy in Kibana. Any way to solve it?
Thank you,
Dario