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
the processes are communicating via a docker overlay network. to make it work at all, i am forced to change a hard coded timeout from 1500 to 10000 in health_check.js. i attached the Dockerfile and kibana.yml
with the rise of networked containers, it would be nice to have more liberal timeouts.
actually, the latency appears to be due to my use of docker overlay networks. the extra copy overhead introduced by a couple of veth pairs, a couple of bridges and a vxlan seems to be the problem. the curl output below shows that I am a bit outside the limit imposed by the code, but not excessively so in my opinion.
i guess that my real complaints are that there seem to be a lot of hard coded values in the code when many of them should be configurable and that the logs do not seem to be sufficiently informative for me to track down the source of my problem without guess work.
.
time curl -i http://elasticsearch01:9200/
HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
Content-Length: 305
the processes are communicating via a docker overlay network. to make it work at all, i am forced to change a hard coded timeout from 1500 to 10000 in health_check.js. i attached the Dockerfile and kibana.yml
with the rise of networked containers, it would be nice to have more liberal timeouts.
kc.zip
The text was updated successfully, but these errors were encountered: