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

使用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

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


你可能感兴趣的:(Elasticsearch6.0 使用Sense发送请求Content-Type报错)