elasticsearch/docs/reference/migration
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
..
apis Implement GET API for System Feature Upgrades (#78642) 2021-10-07 15:18:47 -04:00
migrate_8_0 Remove default maxmind geoip databases from distribution (#78362) 2021-10-13 14:52:18 +02:00
index.asciidoc [DOCS] Remove duplicate line from migration guide (#78688) 2021-10-05 08:52:11 -04:00
migrate_8_0.asciidoc Remove JodaCompatibleZonedDateTime (#78417) 2021-09-29 13:01:40 -07:00
migration.asciidoc Feature upgrade rest stubs (#77827) 2021-09-29 16:25:15 -04:00