kafka-connect-elasticsearch
kafka-connect-elasticsearch copied to clipboard
Support for ES Cloud version
Hi guys,
The ES cloud version uses the following Authentication Header
https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-api-key.html
curl -H "Authorization: ApiKey VnVhQ2.......WFrdzl0dk5udw==" http://localhost:9200/xxxx
Any plans to support it ?
i have also a request on that. Our elasticsearch cluster needs additional authorization header for internet ingest (the so called X-INTERNET-PSK header) is there any way to pass this also to the connector configuration?
Is there any alternative connector which supports ES cloud?