[Enhancement]: Make ingest.geoip.downloader.enabled
environment of elastic container optional
#1174
Labels
enhancement
New feature or request
Problem
Not all elastic images are compatible with the
ingest.geoip.downloader.enabled
environment. We use a custom image which produces the following errorSolution
Add an option in the constructor of
ElasticsearchContainer
, or a separate method, to prevent setting theingest.geoip.downloader.enabled
environment.Benefit
A broader range of custom elastic images will be supported.
Alternatives
For now, we use the following workaround
Would you like to help contributing this enhancement?
Yes
The text was updated successfully, but these errors were encountered: