Skip to content

Commit 39703dd

Browse files
committed
Add accuracy_radius to the city and enterprise databases
1 parent f8c70f9 commit 39703dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/ingest/processors/geoip.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ field instead.
5252

5353
* If a GeoLite2 City or GeoIP2 City database is used, then the following fields may be added under the `target_field`: `ip`,
5454
`country_iso_code`, `country_name`, `continent_code`, `continent_name`, `region_iso_code`, `region_name`, `city_name`, `postal_code`, `timezone`,
55-
and `location`. The fields actually added depend on what has been found and which properties were configured in `properties`.
55+
`location`, and `accuracy_radius`. The fields actually added depend on what has been found and which properties were configured in `properties`.
5656
* If a GeoLite2 Country or GeoIP2 Country database is used, then the following fields may be added under the `target_field`: `ip`,
5757
`country_iso_code`, `country_name`, `continent_code`, and `continent_name`. The fields actually added depend on what has been found
5858
and which properties were configured in `properties`.
@@ -71,7 +71,7 @@ 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`, `asn`, `organization_name`, `network`, `hosting_provider`, `tor_exit_node`, `anonymous_vpn`, `anonymous`, `public_proxy`,
74+
`location`, `accuracy_radius`, `asn`, `organization_name`, `network`, `hosting_provider`, `tor_exit_node`, `anonymous_vpn`, `anonymous`, `public_proxy`,
7575
`residential_proxy`, `domain`, `isp`, `isp_organization_name`, `mobile_country_code`, `mobile_network_code`, `user_type`, and
7676
`connection_type`. The fields actually added depend on what has been found and which properties were configured in `properties`.
7777

0 commit comments

Comments
 (0)