1、问题
{"error":{"root_cause":[{"type":"security_exception","reason":"missing authentication token for REST request [/]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}}],"type":"security_exception","reason":"missing authentication token for REST request [/]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}},"status":401}
2、原因
elasticsearch设置了密码,需要携带账号和密码
3、解决方案
请求的url携带账号和密码
示例:
curl http://elastic:123456@127.0.0.1:9200/
文章来源:https://www.toymoban.com/news/detail-570794.html
文章来源地址https://www.toymoban.com/news/detail-570794.html
到了这里,关于elasticsearch查询异常解决方案的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!