You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`location`, and `accuracy_radius`. The fields actually added depend on what has been found and which properties were configured in `properties`.
56
56
* 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
58
58
and which properties were configured in `properties`.
59
59
* If the GeoLite2 ASN database is used, then the following fields may be added under the `target_field`: `ip`,
60
60
`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
70
70
`organization_name`, `network`, `isp`, `isp_organization_name`, `mobile_country_code`, and `mobile_network_code`. The fields actually added
71
71
depend on what has been found and which properties were configured in `properties`.
72
72
* If the GeoIP2 Enterprise database is used, then the following fields may be added under the `target_field`: `ip`,
0 commit comments