Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon web services 使用KIbana dashboard执行操作时出现的问题:501未实现_Amazon Web Services_<img Src="//i.stack.imgur.com/RUiNP.png" Height="16" Width="18" Alt="" Class="sponsor Tag Img">elasticsearch_Kibana 5 - Fatal编程技术网 elasticsearch,kibana-5,Amazon Web Services,elasticsearch,Kibana 5" /> elasticsearch,kibana-5,Amazon Web Services,elasticsearch,Kibana 5" />

Amazon web services 使用KIbana dashboard执行操作时出现的问题:501未实现

Amazon web services 使用KIbana dashboard执行操作时出现的问题:501未实现,amazon-web-services,elasticsearch,kibana-5,Amazon Web Services,elasticsearch,Kibana 5,我在AWS实例上安装了Kibana和Elasticsearch。Elasticsearch似乎工作正常。但是,当我尝试使用Kibana dashboard执行某些操作(放置和删除请求)时,它会给出错误501(未实现)。它适用于GET请求。我使用http://aws-ip:5601/。下面是我得到的错误跟踪 Failed to load resource: the server responded with a status of 501 (Not Implemented) commons.bun

我在AWS实例上安装了Kibana和Elasticsearch。Elasticsearch似乎工作正常。但是,当我尝试使用Kibana dashboard执行某些操作(放置和删除请求)时,它会给出错误
501(未实现)
。它适用于GET请求。我使用
http://aws-ip:5601/
。下面是我得到的错误跟踪

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 developer tools的网络选项卡复制请求负载,并使用AWS终端的CURL执行相同的请求(PUT/DELETE),那么它也可以正常工作

请帮忙


提前谢谢。

我正在发布我的发现,以防其他人也陷入类似的情况。在我的例子中,公司代理只是阻止了PUT和DELETE请求,导致501(未实现)错误