You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running serverless FTR tests locally or in CI, the GeoIP ingest pipeline processor in the Elasticsearch cluster is not functional. Instead, it adds a field tags: "_geoip_database_unavailable_GeoLite2-City.mmdb" to all documents ingested via an ingest pipeline that contains it.
🐞 Description
When running serverless FTR tests locally or in CI, the GeoIP ingest pipeline processor in the Elasticsearch cluster is not functional. Instead, it adds a field
tags: "_geoip_database_unavailable_GeoLite2-City.mmdb"
to all documents ingested via an ingest pipeline that contains it.x-pack/test_serverless/functional/test_suites/observability/dataset_quality/degraded_field_flyout.ts
#202641🐾 Steps to reproduce
logs-apm.apps.*
.tags
field.🔍 Background
geoip
ingest processor requires a geoip database to be available.The text was updated successfully, but these errors were encountered: