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
| `field` | yes | - | The field to get the ip address from for the geographical lookup.
27
27
| `target_field` | no | geoip | The field that will hold the geographical information looked up from the Maxmind database.
28
28
| `database_file` | no | GeoLite2-City.mmdb | The database filename in the geoip config directory. The ingest-geoip plugin ships with the GeoLite2-City.mmdb, GeoLite2-Country.mmdb and GeoLite2-ASN.mmdb files.
29
-
| `properties` | no | [`continent_name`, `country_iso_code`, `region_name`, `city_name`, `location`] * | Controls what properties are added to the `target_field` based on the geoip lookup.
29
+
| `properties` | no | [`continent_name`, `country_iso_code`, `region_iso_code`, `region_name`, `city_name`, `location`] * | Controls what properties are added to the `target_field` based on the geoip lookup.
30
30
| `ignore_missing` | no | `false` | If `true` and `field` does not exist, the processor quietly exits without modifying the document
31
31
|======
32
32
33
33
*Depends on what is available in `database_field`:
34
34
35
35
* If the GeoLite2 City database is used, then the following fields may be added under the `target_field`: `ip`,
0 commit comments