Skip to content

Commit 9cc91aa

Browse files
Merge pull request #215407 from toddfoust/patch-2
Removing Maxmind geolite database
2 parents 03359a5 + 04f10f0 commit 9cc91aa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/azure-monitor/app/ip-collection.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@ This article explains how geolocation lookup and IP address handling work in App
1515

1616
By default, IP addresses are temporarily collected but not stored in Application Insights. The basic process is as follows:
1717

18-
When telemetry is sent to Azure, Application Insights uses the IP address to do a geolocation lookup by using [GeoLite2 from MaxMind](https://dev.maxmind.com/geoip/geoip2/geolite2/). Application Insights uses the results of this lookup to populate the fields `client_City`, `client_StateOrProvince`, and `client_CountryOrRegion`. The address is then discarded, and `0.0.0.0` is written to the `client_IP` field.
18+
When telemetry is sent to Azure, Application Insights uses the IP address to do a geolocation lookup. Application Insights uses the results of this lookup to populate the fields `client_City`, `client_StateOrProvince`, and `client_CountryOrRegion`. The address is then discarded, and `0.0.0.0` is written to the `client_IP` field.
1919

2020
Geolocation data can be removed in the following ways.
2121

2222
* [Remove the client IP initializer](../app/configuration-with-applicationinsights-config.md)
2323
* [Use a custom initializer](../app/api-filtering-sampling.md)
2424

25-
> [!NOTE]
26-
> Application Insights uses an older version of the GeoLite2 database. If you experience accuracy issues with IP to geolocation mappings, then as a workaround you can disable IP masking and utilize another geomapping service to convert the client_IP field of the underlying telemetry to a more accurate geolocation. We are currently working on an update to improve the geolocation accuracy.
27-
2825
The telemetry types are:
2926

3027
* Browser telemetry: Application Insights collects the sender's IP address. The ingestion endpoint calculates the IP address.

0 commit comments

Comments
 (0)