Fix wrong property name (#40636)

This commit is contained in:
Flavio Pompermaier 2019-05-09 08:52:07 +02:00 committed by Martijn van Groningen
parent 4358cc6ac8
commit 83fef23fd1
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A

View File

@ -27,7 +27,7 @@ uncompressed. The `ingest-geoip` config directory is located at `$ES_HOME/config
| `ignore_missing` | no | `false` | If `true` and `field` does not exist, the processor quietly exits without modifying the document
|======
*Depends on what is available in `database_field`:
*Depends on what is available in `database_file`:
* If the GeoLite2 City database is used, then the following fields may be added under the `target_field`: `ip`,
`country_iso_code`, `country_name`, `continent_name`, `region_iso_code`, `region_name`, `city_name`, `timezone`, `latitude`, `longitude`