logstash-plugins / logstash-filter-geoip

Apache License 2.0
64 stars 82 forks source link

Changed geoip online spec to mock additional x-pack settings #211

Closed edmocosta closed 1 year ago

edmocosta commented 1 year ago

This PR mocks the additional x-pack settings to avoid missing configuration errors like Setting "xpack.geoip.downloader.enabled" doesn't exist. Please check if you haven't made a typo.

Additional x-pack settings are registered when the plugin extension is loaded, which never happens on unit tests.