Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit d6aaae8

Browse files
author
Chris Wiechmann
authored
Update README.md
1 parent 7d91baa commit d6aaae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ These are broken down on the basis of real-time data in a map to the correspondi
438438

439439
![API-Requests map](imgs/geo-map-mixed.png)
440440

441-
The IP address of the client is determined from the Transaction event log, converted to a corresponding location by the Logstash plugin geoip and stored in Elasticsearch. The process is enabled by default, but can be disabled via the `GEOIP_CUSTOM_ATTRIBUTE` parameter.
441+
The IP address of the client is determined from the Transaction event log, converted to a corresponding location by the Logstash plugin geoip and stored in Elasticsearch. The process is enabled by default, but can be disabled via the `GEOIP_ENABLED` parameter.
442442

443443
Most likely, your API management solution is running behind a firewall or load balancer, so the actual IP address of the client is not included in the event log. To pass the correct IP address to the solution, please configure a custom attribute (by default `xForwardedFor`) for the transaction event log, which contains the correct IP address. You can obtain this from the X-Forwarded-For header, for example.
444444

0 commit comments

Comments
 (0)