当前位置: 代码迷 >> 综合 >> Elasticsearch6.0 使用Sense发送请求Content-Type报错(转)
  详细解决方案

Elasticsearch6.0 使用Sense发送请求Content-Type报错(转)

热度:93   发布时间:2024-01-16 06:43:40.0

转自:https://blog.csdn.net/xieshanwu/article/details/78667881

使用Chrome浏览器插件sense请求时,报错406

查询官方文档得到说明,从6.0版本开始,本次请求必须加上正确的 Content-Type,

详细见官网说明https://www.elastic.co/blog/strict-content-type-checking-for-elasticsearch-rest-requests

 

Sense 0.9.0 版本不能支持elasticsearch6.x,我自己改了一下这个插件,使其发送ajax请求时带上contentType: 'application/json', 使用方法解压后得到文件夹,打开chrome扩展程序页面,拖拽文件夹上去进行安装

可以把文件夹放在浏览器默认插件位置:C:\Users\Administrator\AppData\Local\Google\Chrome\User Data\Default\Extensions

linux的是拖文件夹到扩展程序上安装,请求便可以成功了。

下载地址:https://pan.baidu.com/s/1bo3SlQJ

 

  相关解决方案