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

Commit 0f1b8ef

Browse files
author
Chris Wiechmann
authored
Update README.md
1 parent d172a78 commit 0f1b8ef

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
@@ -436,7 +436,7 @@ These are broken down on the basis of real-time data in a map to the correspondi
436436

437437
![API-Requests map](imgs/geo-map-mixed.png)
438438

439-
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 XXXX parameter.
439+
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.
440440

441441
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.
442442

0 commit comments

Comments
 (0)