Response time longer than requestTimeout

Hi,
I have a question about reponse time which i can see in kibana monitoring section. Kibana version is 6.8.3


My settings from kibana.yml

elasticsearch:
    requestTimeout: 180000
    shardTimeout: 180000

This suprises me because kibana should break waiting for the response and usually it works, but as you can see in the screenshot in some cases not. Do you know why some requests take longer than the set requestTimeout?

The chart shows the Kibana server response time, but a Kibana request may make multiple ES requests, hence why the values can be bigger than the timeout.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.