kyleli666 commented on issue #4512:
URL: https://github.com/apache/skywalking/issues/4512#issuecomment-2109410067

   From 
https://github.com/apache/skywalking/blob/v6.6.0/docs/en/setup/backend/backend-storage.md#elasticsearch-6-with-https-ssl-encrypting-communications,
   I found another ENV shall be set in OAP is SW_STORAGE_ES_HTTP_PROTOCOL = 
https, and for AWS OpenSearch with https SW_SW_STORAGE_ES_SSL_JKS_PATH and 
SW_SW_STORAGE_ES_SSL_JKS_PASS are optional.
   
   So, the helm values for me with AWS OpenSearch are:
   ```
   elasticsearch:
     enabled: false
     config:
       host: example.xxx.es.amazonaws.com
       port:
         http: 443
       user: xxx
       password: xxx
     esMajorVersion: "7"
   oap:
     storageType: elasticsearch
     env:
       SW_STORAGE_ES_HTTP_PROTOCOL: https
   ```


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to