elasticsearch/docs/reference/ingest
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 Add enrich node cache (#76800) 2021-09-03 09:33:44 +02:00
processors Remove default maxmind geoip databases from distribution (#78362) 2021-10-13 14:52:18 +02:00
common-log-format-example.asciidoc Remove default maxmind geoip databases from distribution (#78362) 2021-10-13 14:52:18 +02:00
enrich.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
geo-match-enrich-policy-type-ex.asciidoc [DOCS] Correct spelling for geo terms (#76028) 2021-08-03 09:55:48 -04:00
match-enrich-policy-type-ex.asciidoc [DOCS] Fix create enrich policy API title (#71494) 2021-04-08 15:35:53 -04:00
processors.asciidoc [DOCS] Registered domain processor (#71753) 2021-04-19 14:06:37 -05:00