elasticsearch/docs/src/test
Martijn van Groningen 04e5823a69
Remove default maxmind geoip databases from distribution (#78362)
* Adjusted integration tests to use geoip test fixture or to use test databases provided via config dirs (for qa module / docs).
* Kept the geolite2-databases dependency for most of the unit tests only.
* Made fallback_to_default_databases parameter on geoip processor a noop and emit deprecation warning upon using it.
* If no geoip databases are available yet to a node then the geoip processor factory returns a processor implementation that flags documents that databases are unavailable. This allows these documents to be reindex later with a pipeline. These documents will have a tag string array field, which contains a string _geoip_database_unavailable_{database_name} for each missing database in a pipeline.
* Added reload pipeline capabilities is IngestService, so that when databases are available again on a node then pipelines with geoip processor definition can be reloaded.

Relates to #68920
2021-10-13 14:52:18 +02:00
..
cluster/config [DOCS] Remove a ',' added to the end of the synonym in example docs (#68187) 2021-02-01 08:33:53 -05:00
java/org/elasticsearch/smoketest Fix split package org.elasticsearch.common.xcontent (#78831) 2021-10-08 17:14:26 +01:00
resources Remove default maxmind geoip databases from distribution (#78362) 2021-10-13 14:52:18 +02:00