Commit graph

4 commits

Author SHA1 Message Date
Le Mansec Anthony
39102bce07
_ingest/geoip/stats returns stats.databases_count (#93153)
_ingest/geoip/stats returns stats.databases_count (databases in plural form) not stats.database_count
2023-02-02 13:35:56 +01:00
Martijn van Groningen
8716b396fe
Enable GeoIP downloader by default (#74600)
Backporting #74323 to 7.x branch.

This change will enable geoip downloader by default again. It also brings back relevant documentation.

Co-authored-by: Przemko Robakowski <przemko.robakowski@elastic.co>
2021-06-28 10:01:51 +02:00
Przemko Robakowski
b8387b1c76
Disable GeoIP downloader (#72716) (#72879)
Due to problems discovered in #72572 we have to disable geoip downloader for now. We use ingest.geoip.downloader.enabled.default as feature flag.
This change also reverts changes to docs.
2021-05-10 14:19:37 +02:00
Przemko Robakowski
d7f7cbb776
[7.x] Update GeoIP processor documentation (#71211) (#71757)
* Update GeoIP processor documentation (#71211)

This PR adds documentation for GeoIPv2 auto-update feature.
It also changes related settings names from geoip.downloader.* to ingest.geoip.downloader to have the same convention as current setting.

Relates to #68920

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
2021-04-15 20:55:48 +02:00