-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.0.0] socket hang up #3110
Comments
Does this issue occur without the proxy in place? The proxy really isn't necessary with Kibana 4, as it supports SSL out of the box. |
I discussed this already on IRC: we have multiple different apps running on the same up address so nginx is required. |
I understand now, but does this occur without the proxy? |
Closing due to lack of feedback |
Just because I'm busy doesn't mean that the problem doesn't exist. |
I've deleted the .kibana index completely and started from scratch with my visualizations and dashboard which fixed the issue. It seems something from beta 3 caused this issue although I tried to redo the dashboard and its visualizations before. |
Too soon ;( |
I got a separate IP address for Kibana on the prod server and configured it to listen on 443 on this port. |
I am getting exact error Error: unhandled courier request error: socket hang up Since this issue has been marked as Closed, posting this as Issue#6443 |
Try removing http.cors and http.compression as noted in issue 6719 |
Since the move to node.js with rc1 we get the following error:
{"@timestamp":"2015-02-20T10:11:45.695Z","level":"error","message":"socket hang up","node_env":"production","error":{"message":"socket hang up","name":"Error","stack":"Error: socket hang up\n at createHangUpError (http.js:1477:15)\n at Socket.socketOnEnd as onend\n at Socket.g (events.js:180:16)\n at Socket.emit (events.js:117:20)\n at _stream_readable.js:944:16\n at process._tickCallback (node.js:442:13)\n","code":"ECONNRESET"}}
Kibana is started as a regular user on a Debian 7 64bit box behind a nginx reverse proxy acting as ssl server:
The text was updated successfully, but these errors were encountered: