kubernetes-retired / heapster

[EOL] Compute Resource Usage Analysis and Monitoring of Container Clusters
Apache License 2.0
2.63k stars 1.25k forks source link

[Elasticsearch Sink] Healthcheck fails with ES 5.6.3 as 'timeout' not supported. #2092

Closed ArcticSnowman closed 6 years ago

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

ES does not understand this parameter.

If I turn off the healthcheck it works.