Skip to content
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

Kibana request_timeout setting is broken in Kibana v4.1.1 #5608

Closed
hikhvar opened this issue Dec 9, 2015 · 1 comment
Closed

Kibana request_timeout setting is broken in Kibana v4.1.1 #5608

hikhvar opened this issue Dec 9, 2015 · 1 comment
Labels
bug Fixes for quality problems that affect the customer experience Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@hikhvar
Copy link

hikhvar commented Dec 9, 2015

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)

hikhvar pushed a commit to hikhvar/kibana that referenced this issue Dec 9, 2015
@rashidkpc rashidkpc added bug Fixes for quality problems that affect the customer experience v4.1.5 labels Dec 10, 2015
@epixa epixa removed the v4.1.5 label Feb 11, 2016
@snide snide added the Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc label Aug 7, 2018
@lukasolson
Copy link
Member

Duplicate of #31549.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

No branches or pull requests

5 participants