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.
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.