[Resolved][Kibana7.0.1] Error occurs " Request Timeout after 30000ms" when starting kibana

Add elasticsearch.requestTimeout : 90000 to your kibana.yml.
Refer below link to configure kibana

https://www.elastic.co/guide/en/kibana/current/settings.html

When using reporting you have to set xpack.reporting.encryptionKey in kibana.yml if not kibana will generate it randomly.

1 Like