We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
the kibana request_timeout setting in the kibana.yml is broken. First of all request_timeout is set to 0 every time since this line:
kibana.request_timeout = kibana.startup_timeout == null ? 0 : kibana.request_timeout;
Secondly if this line gets fixed, the internal http proxy timeouts after 2 Minutes (https://nodejs.org/api/http.html#http_server_settimeout_msecs_callback)
The text was updated successfully, but these errors were encountered:
Fix issue elastic#5608
568a4a1
Duplicate of #31549.
Sorry, something went wrong.
No branches or pull requests
Hello,
the kibana request_timeout setting in the kibana.yml is broken. First of all request_timeout is set to 0 every time since this line:
Secondly if this line gets fixed, the internal http proxy timeouts after 2 Minutes (https://nodejs.org/api/http.html#http_server_settimeout_msecs_callback)
The text was updated successfully, but these errors were encountered: