Skip to content

Commit e19b75c

Browse files
committed
Document new ip geolocation fields (#116603)
1 parent 6e9e2b4 commit e19b75c

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

docs/changelog/114193.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 114193
2+
summary: Add postal_code support to the City and Enterprise databases
3+
area: Ingest Node
4+
type: enhancement
5+
issues: []

docs/changelog/114268.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 114268
2+
summary: Support more maxmind fields in the geoip processor
3+
area: Ingest Node
4+
type: enhancement
5+
issues: []

docs/changelog/114521.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 114521
2+
summary: Add support for registered country fields for maxmind geoip databases
3+
area: Ingest Node
4+
type: enhancement
5+
issues: []

docs/reference/ingest/processors/geoip.asciidoc

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ 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`, `timezone`,
55-
and `location`. The fields actually added depend on what has been found and which properties were configured in `properties`.
54+
`country_iso_code`, `country_name`, `country_in_european_union`, `registered_country_iso_code`, `registered_country_name`, `registered_country_in_european_union`,
55+
`continent_code`, `continent_name`, `region_iso_code`, `region_name`, `city_name`, `postal_code`, `timezone`,
56+
`location`, and `accuracy_radius`. The fields actually added depend on what has been found and which properties were configured in `properties`.
5657
* 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
58+
`country_iso_code`, `country_name`, `country_in_european_union`, `registered_country_iso_code`, `registered_country_name`, `registered_country_in_european_union`,
59+
`continent_code`, and `continent_name`. The fields actually added depend on what has been found
5860
and which properties were configured in `properties`.
5961
* If the GeoLite2 ASN database is used, then the following fields may be added under the `target_field`: `ip`,
6062
`asn`, `organization_name` and `network`. The fields actually added depend on what has been found and which properties were configured
@@ -70,10 +72,12 @@ The fields actually added depend on what has been found and which properties wer
7072
`organization_name`, `network`, `isp`, `isp_organization_name`, `mobile_country_code`, and `mobile_network_code`. The fields actually added
7173
depend on what has been found and which properties were configured in `properties`.
7274
* 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`, `timezone`,
74-
`location`, `asn`, `organization_name`, `network`, `hosting_provider`, `tor_exit_node`, `anonymous_vpn`, `anonymous`, `public_proxy`,
75+
`country_iso_code`, `country_name`, `country_in_european_union`, `registered_country_iso_code`, `registered_country_name`, `registered_country_in_european_union`,
76+
`continent_code`, `continent_name`, `region_iso_code`, `region_name`, `city_name`, `postal_code`, `timezone`,
77+
`location`, `accuracy_radius`, `country_confidence`, `city_confidence`, `postal_confidence`, `asn`, `organization_name`, `network`,
78+
`hosting_provider`, `tor_exit_node`, `anonymous_vpn`, `anonymous`, `public_proxy`,
7579
`residential_proxy`, `domain`, `isp`, `isp_organization_name`, `mobile_country_code`, `mobile_network_code`, `user_type`, and
76-
`connection_type`. The fields actually added depend on what has been found and which properties were configured in `properties`.
80+
`connection_type`. The fields actually added depend on what has been found and which properties were configured in `properties`.
7781

7882
preview::["Do not use the GeoIP2 Anonymous IP, GeoIP2 Connection Type, GeoIP2 Domain, GeoIP2 ISP, and GeoIP2 Enterprise databases in production environments. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features."]
7983

0 commit comments

Comments
 (0)