Open
Description
Elasticsearch Version
7.14+
Installed Plugins
No response
Java Version
bundled
OS Version
N/A
Problem Description
The documentation page https://www.elastic.co/guide/en/elasticsearch/reference/current/geoip-processor.html#manage-geoip-database-updates contains Use a proxy endpoint
, but this can be intended/misread as a real HTTP Proxy.
Instead, the setting ingest.geoip.downloader.endpoint
can only be used in concomitance with the solution Use a custom endpoint
or putting in place a reverse proxy.
According to the issue #77069, HTTP Proxy support is not yet available.
I think we would need to have settings similar to the ones in Watcher (https://www.elastic.co/guide/en/elasticsearch/reference/current/notification-settings.html#general-notification-settings) (e.g. xpack.http.proxy.*
).
Steps to Reproduce
N/A
Logs (if relevant)
No response