You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kibana version: 4.6.4 also verified the same issue is happening on master as well.
Elasticsearch version: 2.4.4
Server OS version: OSX
Browser version: Chrome Original install method (e.g. download page, yum, from source, etc.): installed the builds from the dev ticket
Description of the problem including expected versus actual behavior: Uncaught TypeError: Cannot read property 'promise' of undefined is found when you execute the API which allows to check for the existence of a document using HEAD.
Steps to reproduce:
Index a document into ES. For ex:
PUT twitter/tweet/1
{
"user" : "kimchy",
"post_date" : "2009-11-15T14:12:12",
"message" : "trying out Elasticsearch"
}
Now, execute the HEAD command HEAD twitter/tweet/1`
at window.onerror (:5601/jib/bundles/commons.bundle.js?v=8467:97105)
Notifier._showFatal @ :5601/jib/bundles/commons.bundle.js?v=8467:94490
:5601/jib/bundles/kibana.bundle.js?v=8467:209595 Uncaught TypeError: Cannot read property 'promise' of undefined
at Object.<anonymous> (:5601/jib/bundles/kibana.bundle.js?v=8467:209595)
at fire (:5601/jib/bundles/commons.bundle.js?v=8467:15618)
at Object.fireWith [as resolveWith] (:5601/jib/bundles/commons.bundle.js?v=8467:15730)
at Object.$.ajax.then.jqXHR.responseText (:5601/jib/bundles/kibana.bundle.js?v=8467:211515)
at Object.<anonymous> (:5601/jib/bundles/commons.bundle.js?v=8467:15775)
at fire (:5601/jib/bundles/commons.bundle.js?v=8467:15618)
at Object.fireWith [as resolveWith] (:5601/jib/bundles/commons.bundle.js?v=8467:15730)
at done (:5601/jib/bundles/commons.bundle.js?v=8467:20783)
at XMLHttpRequest.<anonymous> (:5601/jib/bundles/commons.bundle.js?v=8467:21124)
:5601/jib/bundles/commons.bundle.js?v=8467:94454 Uncaught Error: Uncaught TypeError: Cannot read property 'promise' of undefined (https://localhost:5601/jib/bundles/kibana.bundle.js?v=8467:209595)
at window.onerror (:5601/jib/bundles/commons.bundle.js?v=8467:97105)
Kibana version: 4.6.4 also verified the same issue is happening on master as well.
Elasticsearch version: 2.4.4
Server OS version: OSX
Browser version: Chrome
Original install method (e.g. download page, yum, from source, etc.): installed the builds from the dev ticket
Description of the problem including expected versus actual behavior: Uncaught TypeError: Cannot read property 'promise' of undefined is found when you execute the API which allows to check for the existence of a document using HEAD.
Steps to reproduce:
Now, execute the HEAD command
HEAD twitter/tweet/1`
Upon execution, you see the following error
Uncaught TypeError: Cannot read property 'promise' of undefined - Console Error
cc/ @LeeDr @epixa
The text was updated successfully, but these errors were encountered: