Skip to content

Commit ad7d937

Browse files
committed
Add country_in_european_union field
to the city, country, and enterprise databases
1 parent eec5960 commit ad7d937

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/ingest/processors/geoip.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ field instead.
5151
*Depends on what is available in `database_file`:
5252

5353
* If a GeoLite2 City or GeoIP2 City database is used, then the following fields may be added under the `target_field`: `ip`,
54-
`country_iso_code`, `country_name`, `continent_code`, `continent_name`, `region_iso_code`, `region_name`, `city_name`, `postal_code`, `timezone`,
54+
`country_iso_code`, `country_name`, `country_in_european_union`, `continent_code`, `continent_name`, `region_iso_code`, `region_name`, `city_name`, `postal_code`, `timezone`,
5555
`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`,
57-
`country_iso_code`, `country_name`, `continent_code`, and `continent_name`. The fields actually added depend on what has been found
57+
`country_iso_code`, `country_name`, `country_in_european_union`, `continent_code`, and `continent_name`. The fields actually added depend on what has been found
5858
and which properties were configured in `properties`.
5959
* If the GeoLite2 ASN database is used, then the following fields may be added under the `target_field`: `ip`,
6060
`asn`, `organization_name` and `network`. The fields actually added depend on what has been found and which properties were configured
@@ -70,7 +70,7 @@ The fields actually added depend on what has been found and which properties wer
7070
`organization_name`, `network`, `isp`, `isp_organization_name`, `mobile_country_code`, and `mobile_network_code`. The fields actually added
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`,
73-
`country_iso_code`, `country_name`, `continent_code`, `continent_name`, `region_iso_code`, `region_name`, `city_name`, `postal_code`, `timezone`,
73+
`country_iso_code`, `country_name`, `country_in_european_union`, `continent_code`, `continent_name`, `region_iso_code`, `region_name`, `city_name`, `postal_code`, `timezone`,
7474
`location`, `accuracy_radius`, `country_confidence`, `city_confidence`, `postal_confidence`, `asn`, `organization_name`, `network`,
7575
`hosting_provider`, `tor_exit_node`, `anonymous_vpn`, `anonymous`, `public_proxy`,
7676
`residential_proxy`, `domain`, `isp`, `isp_organization_name`, `mobile_country_code`, `mobile_network_code`, `user_type`, and

0 commit comments

Comments
 (0)