hanahmily commented on a change in pull request #3370: support es https ssl 
config.
URL: https://github.com/apache/skywalking/pull/3370#discussion_r319337256
 
 

 ##########
 File path: docs/en/setup/backend/backend-storage.md
 ##########
 @@ -54,6 +56,34 @@ storage:
     concurrentRequests: ${SW_STORAGE_ES_CONCURRENT_REQUESTS:2} # the number of 
concurrent requests
 ```
 
+### ElasticSearch 6 With Https SSL Encrypting communications.
+
+example: 
+
+```yaml
+storage:
+  elasticsearch:
+    # nameSpace: ${SW_NAMESPACE:""}
+    user: ${SW_ES_USER:""} # User needs to be set when Http Basic 
authentication is enabled
+    password: ${SW_ES_PASSWORD:""} # Password to be set when Http Basic 
authentication is enabled
+    clusterNodes: ${SW_STORAGE_ES_CLUSTER_NODES:localhost:443}
+    keyStorePath: ${SW_SW_STORAGE_ES_SSL_JKS_PATH:"../es_keystore.jks"}
+    keyStorePass: ${SW_SW_STORAGE_ES_SSL_JKS_PASS:"dangerous"}
 
 Review comment:
   Why mark this `resolved`?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to