@@ -79,7 +79,20 @@ depend on what has been found and which properties were configured in `propertie
7979`location`, `accuracy_radius`, `country_confidence`, `city_confidence`, `postal_confidence`, `asn`, `organization_name`, `network`,
8080`hosting_provider`, `tor_exit_node`, `anonymous_vpn`, `anonymous`, `public_proxy`,
8181`residential_proxy`, `domain`, `isp`, `isp_organization_name`, `mobile_country_code`, `mobile_network_code`, `user_type`, and
82- `connection_type`. The fields actually added depend on what has been found and which properties were configured in `properties`.
82+ `connection_type`. The fields actually added depend on what has been found and which properties were configured in `properties`
83+ * If the IPinfo ASN database is used, then the following fields may be added under the `target_field`: `ip`,
84+ `asn`, `organization_name`, `network`, `domain`, `country_iso_code`, and `type`. The fields actually added depend on what
85+ has been found and which properties were configured in `properties`. Note also that `country_iso_code` and `type` fields
86+ are only present in the 'Standard ASN' database, not the free ASN database.
87+ * If the IPinfo Country database is used, then the following fields may be added under the `target_field`: `ip`,
88+ `country_iso_code`, `country_name`, `continent_code`, and `continent_name`. The fields actually added depend on what
89+ has been found and which properties were configured in `properties`.
90+ * If the IPinfo IP to Location database is used, then the following fields may be added under the `target_field`: `ip`,
91+ `country_iso_code`, `region_name`, `city_name`, `timezone`, `postal_code`, and `location`. The fields actually added depend on what
92+ has been found and which properties were configured in `properties`.
93+ * If the IPinfo Privacy Detection database is used, then the following fields may be added under the `target_field`: `ip`,
94+ `hosting`, `proxy`, `relay`, `tor`, `vpn`, and `service`. The fields actually added depend on what
95+ has been found and which properties were configured in `properties`.
8396
8497Here is an example that uses the default city database and adds the geographical information to the `ip_location` field based on the `ip` field:
8598
0 commit comments