es这个是密码错了么还是要改什么?[阿里云检索分析服务 Elasticsearch版]

Suppressed: org.elasticsearch.client.ResponseException: method [PUT], host [http://es-cn-x0r30bdz50002o3qc.elasticsearch.aliyuncs.com:9200], URI [/fs_t_legal_es_loan/_doc/18023?timeout=1m], status line [HTTP/1.1 401 Unauthorized] 这个是密码错了么还是要改什么?

「点点赞赏,手留余香」

    还没有人赞赏,快来当第一个赞赏的人吧!
=====这是一个广告位,招租中,联系qq 78315851====
1 条回复 A 作者 M 管理员
  1. 楼主你好,根据你的错误信息可以得出:

    问题原因:

    旧版本ES必须指定type,新版java api默认type为_doc

    解决方案:

    指定type

    IndexRequest indexRequest = new IndexRequest(INDEX, TYPE); 升级es至7.x以后版本

  2. HTTP401错误原因:用户没有访问权限,需要进行身份认证。