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
343
343
If you can't <<geoip-automatic-updates,automatically update>> your IP geolocation databases
344
344
from the Elastic endpoint, you have a few other options:
345
345
346
- * <<use-proxy-geoip-endpoint,Use a proxy endpoint>>
346
+ * <<use-proxy-geoip-endpoint,Use a reverse proxy endpoint>>
347
347
* <<use-custom-geoip-endpoint,Use a custom endpoint>>
348
348
* <<manually-update-geoip-databases,Manually update your IP geolocation databases>>
349
349
350
350
[[use-proxy-geoip-endpoint]]
351
- **Use a proxy endpoint**
351
+ **Use a reverse proxy endpoint**
352
352
353
353
If 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
355
355
<<ingest-geoip-downloader-endpoint,`ingest.geoip.downloader.endpoint`>> setting
356
356
of each node’s `elasticsearch.yml` file.
357
357
358
+ NOTE: True HTTP proxy support for GeoIP database downloads is not currently available in {es}.
359
+
358
360
In a strict setup the following domains may need to be added to the allowed
359
361
domains list:
360
362
You can’t perform that action at this time.
0 commit comments