SearchError

Hi,

I'm using ELK "6.6.1", everything seems fine but sometimes I've the following error on top of Kibana interface.
Any help is appreciated.

Best Regard

SearchError: unknown error
    at http://xxx.xxx.xxx.xxx:5601/bundles/commons.bundle.js:4:366621
    at processQueue (http://xxx.xxx.xxx.xxx:5601/dlls/vendors.bundle.dll.js:434:199687)
    at http://xxx.xxx.xxx.xxx:5601/dlls/vendors.bundle.dll.js:434:200650
    at Scope.$digest (http://xxx.xxx.xxx.xxx:5601/dlls/vendors.bundle.dll.js:434:210412)
    at Scope.$apply (http://xxx.xxx.xxx.xxx:5601/dlls/vendors.bundle.dll.js:434:213219)
    at done (http://xxx.xxx.xxx.xxx:5601/dlls/vendors.bundle.dll.js:434:132717)
    at completeRequest (http://xxx.xxx.xxx.xxx:5601/dlls/vendors.bundle.dll.js:434:136329)
    at XMLHttpRequest.requestError (http://xxx.xxx.xxx.xxx:5601/dlls/vendors.bundle.dll.js:434:135346)

@hzarrabi when you see this error, if you right click in Chrome and select "Inspect" , and then select the "Console" tab, do you see any errors?

Also, do you Kibana logs contain any useful information?

Hi Brandon,

This is the inspect console copy.

Thanks

:5601/api/console/proxy?path=_aliases&method=GET:1 Failed to load resource: the server responded with a status of 503 (Service Unavailable)
2:5601/api/console/proxy?path=_template&method=GET:1 Failed to load resource: the server responded with a status of 503 (Service Unavailable)
:5601/api/console/proxy?path=_mapping&method=GET:1 Failed to load resource: the server responded with a status of 503 (Service Unavailable)
3:5601/elasticsearch/_msearch?rest_total_hits_as_int=true&ignore_throttled=true:1 Failed to load resource: net::ERR_PROXY_CONNECTION_FAILED
commons.bundle.js:3 Detected an unhandled Promise rejection.
TypeError: Cannot read property 'cancelQueued' of undefined
commons.bundle.js:3 Uncaught (in promise) TypeError: Cannot read property 'cancelQueued' of undefined
    at VisualizeDataLoader.<anonymous> (commons.bundle.js:3)
    at step (vendors.bundle.dll.js:524)
    at Object.throw (vendors.bundle.dll.js:524)
    at rejected (vendors.bundle.dll.js:524)
commons.bundle.js:3 Detected an unhandled Promise rejection.
TypeError: Cannot read property 'cancelQueued' of undefined
commons.bundle.js:3 Uncaught (in promise) TypeError: Cannot read property 'cancelQueued' of undefined
    at VisualizeDataLoader.<anonymous> (commons.bundle.js:3)
    at step (vendors.bundle.dll.js:524)
    at Object.throw (vendors.bundle.dll.js:524)
    at rejected (vendors.bundle.dll.js:524)
commons.bundle.js:3 Detected an unhandled Promise rejection.

Do you have a reverse-proxy/load balancer in front of Kibana? Based on the Kibana server logs, do you see the Kibana server stopping/starting during this period of time?

Hi Brandon,

Non of them.

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