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
{{ message }}
This repository was archived by the owner on May 28, 2023. It is now read-only.
The configs have an option called config.elasticsearch.protocol which isn't used despite in the Mage2-Datapump. That means if I like to use an ES endpoint with HTTPS I need to put it directly into the host config value (config.elasticsearch.host). Do we then again still need this unused config or should it be integrated correctly.
For example: If I have anticipate the API configs as they are, using the this config.elasticsearch.protocol config property with the value https and add just the hostname without protocol to config.elasticsearch.host it wouldn't work. Because at some points the API will try to send HTTP requests to HTTPS.