Failed to load elasticsearch index

kibana is not loading index

Checking for Elasticsearch data

Reticulating splines...

Elk version 6.3.0 disabled Xpack

"Error: Request Timeout after 30000ms↵ /bundles/vendors.bundle.js:94:38039

Do you have any logs in elasticsearch or kibana that indicate issues? Kibana's not getting a response back from elasticsearch in under 30 seconds so it's cancelling the request. This can sometimes be seen if the cluster's under heavy load.

logs from kibana

{"type":"response","@timestamp":"2018-08-15T19:24:28Z","tags":[],"pid":1,"method":"post","statusCode":504,"req":{"url":"/elasticsearch//_search","method":"post","headers":{"host":"kibana.xxx","connection":"keep-alive","content-length":"69","accept":"application/json, text/plain, /","origin":"http://kibana.xxx","kbn-version":"6.3.2","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36","content-type":"application/json","referer":"http://kibana.xxx","accept-encoding":"gzip, deflate","accept-language":"en-US,en;q=0.9"},"remoteAddress":"10.140.x","userAgent":"10.140.x","referer":"http://kibana.xxx"},"res":{"statusCode":504,"responseTime":30002,"contentLength":9},"message":"POST /elasticsearch//_search 504 30002ms - 9.0B"}

curl http://es-master.xxx/_cat/indices?v

health status index uuid pri rep docs.count docs.deleted store.size pri.store.size

green open index1 bxB7vn1lS_SPOdTpq_SWFA 5 1 4 0 37.3kb 18.6kb

green open inex1 bqGqZwVNR_yoAtsoglpwjA 5 1 0 0 2.5kb 1.2kb

green open es-cluster-index 6G4Nri2qTC-p8CGer4Nl1Q 5 1 0 0 2.5kb 1.2kb

green open es-cluster-index2 Sv6QEAS7QeWHNejzNQBCjA 5 1 1 0 7.3kb 3.6kb

green open etlmonitoring Wdoeh50kRF-X5fOyy_3jYw 5 1 4644 0 32.3mb 16.1mb

green open es-cluster-index1 NU00P4weQ8edUkVTQHSGtg 5 1 0 0 2.5kb 1.2kb

green open .kibana LfpK1eitREC5oTxvNu_Qrw 1 1 2 0 20.9kb 10.4kb

changed it to this still having same issue
elasticsearch.requestTimeout: 180000

Are there any aliases set up for your indices?

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