Closed ArcticSnowman closed 6 years ago
Description
When enabling the ElasticSearch sink, it fails to connect as the healthcheck fails.
Looking at the proxy layer we have in front of the ES cluster, the healthcheck sends a request to the http://es-server/ with the parameter ?timeout=5000ms.
http://es-server/
?timeout=5000ms
ES does not understand this parameter.
If I turn off the healthcheck it works.
Description
When enabling the ElasticSearch sink, it fails to connect as the healthcheck fails.
Looking at the proxy layer we have in front of the ES cluster, the healthcheck sends a request to the
http://es-server/
with the parameter?timeout=5000ms
.ES does not understand this parameter.
If I turn off the healthcheck it works.