Skip to content

Commit eec5960

Browse files
committed
Add confidence fields to the enterprise database
1 parent 39703dd commit eec5960

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/ingest/processors/geoip.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ The fields actually added depend on what has been found and which properties wer
7171
depend on what has been found and which properties were configured in `properties`.
7272
* If the GeoIP2 Enterprise database is used, then the following fields may be added under the `target_field`: `ip`,
7373
`country_iso_code`, `country_name`, `continent_code`, `continent_name`, `region_iso_code`, `region_name`, `city_name`, `postal_code`, `timezone`,
74-
`location`, `accuracy_radius`, `asn`, `organization_name`, `network`, `hosting_provider`, `tor_exit_node`, `anonymous_vpn`, `anonymous`, `public_proxy`,
74+
`location`, `accuracy_radius`, `country_confidence`, `city_confidence`, `postal_confidence`, `asn`, `organization_name`, `network`,
75+
`hosting_provider`, `tor_exit_node`, `anonymous_vpn`, `anonymous`, `public_proxy`,
7576
`residential_proxy`, `domain`, `isp`, `isp_organization_name`, `mobile_country_code`, `mobile_network_code`, `user_type`, and
7677
`connection_type`. The fields actually added depend on what has been found and which properties were configured in `properties`.
7778

0 commit comments

Comments
 (0)