File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
docs/reference/ingest/processors Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -343,18 +343,20 @@ GET /my_ip_locations/_search
343343If you can't <<geoip-automatic-updates,automatically update>> your IP geolocation databases
344344from the Elastic endpoint, you have a few other options:
345345
346- * <<use-proxy-geoip-endpoint,Use a proxy endpoint>>
346+ * <<use-proxy-geoip-endpoint,Use a reverse proxy endpoint>>
347347* <<use-custom-geoip-endpoint,Use a custom endpoint>>
348348* <<manually-update-geoip-databases,Manually update your IP geolocation databases>>
349349
350350[[use-proxy-geoip-endpoint]]
351- **Use a proxy endpoint**
351+ **Use a reverse proxy endpoint**
352352
353353If you can't connect directly to the Elastic GeoIP endpoint, consider setting up
354- a secure proxy. You can then specify the proxy endpoint URL in the
354+ a secure reverse proxy. You can then specify the reverse proxy endpoint URL in the
355355<<ingest-geoip-downloader-endpoint,`ingest.geoip.downloader.endpoint`>> setting
356356of each node’s `elasticsearch.yml` file.
357357
358+ NOTE: True HTTP proxy support for GeoIP database downloads is not currently available in {es}.
359+
358360In a strict setup the following domains may need to be added to the allowed
359361domains list:
360362
You can’t perform that action at this time.
0 commit comments