2017-06-22 107 views
0

我在AWS實例上安裝了Kibana和Elasticsearch。 Elasticsearch似乎工作正常。但是,當我嘗試使用Kibana儀表板執行某些操作(PUT和DELETE請求)時,它給我錯誤501 (Not Implemented)。它適用於GET請求。我使用http://aws-ip:5601/從本地系統訪問Kibana。下面是錯誤跟蹤,我得到使用KIbana儀表板執行操作時出現的問題:501未實現

Failed to load resource: the server responded with a status of 501 (Not Implemented) 
commons.bundle.js?v=15104:38 Error: Not Implemented 
at respond (kibana.bundle.js?v=15104:13) 
at checkRespForFailure (kibana.bundle.js?v=15104:13) 
at kibana.bundle.js?v=15104:1 
at processQueue (commons.bundle.js?v=15104:38) 
at commons.bundle.js?v=15104:38 
at Scope.$eval (commons.bundle.js?v=15104:39) 
at Scope.$digest (commons.bundle.js?v=15104:39) 
at Scope.$apply (commons.bundle.js?v=15104:39) 
at done (commons.bundle.js?v=15104:37) 
at completeRequest (commons.bundle.js?v=15104:37) 
(anonymous) @ commons.bundle.js?v=15104:38 

另外,如果我複製從Chrome開發者工具的網絡標籤請求負載和使用curl從AWS終端執行相同的請求(PUT/DELETE),它工作正常。

請幫忙!!!

在此先感謝。

回答

0

我張貼我的發現,以防其他人也陷入類似的情況。就我而言,公司代理只是阻止PUT和DELETE請求,導致501(未實現)錯誤。