You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/03/14 18:09:11 UTC

[GitHub] [skywalking] vision-ken edited a comment on issue #4512: How to connect elasticsearch with https?

vision-ken edited a comment on issue #4512: How to connect elasticsearch with https?
URL: https://github.com/apache/skywalking/issues/4512#issuecomment-599112766
 
 
   When I disable TLS of elasticsearch, OAP can connetct to ES now, but report the error:
   ```
   org.elasticsearch.client.ResponseException: method [HEAD], host [http://quickstart-es-http:9200], URI [/], status line [HTTP/1.1 401 Unauthorized]
   ```
   And then I add `oap.env` in charts/values.yaml as below and reinstall the chart, but it didn't work.
   ```
   oap:
     env:
       SW_ES_USER: "elastic"
       SW_ES_PASSWORD: "xxx"
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services