mark0614 opened a new issue #2193: how the oap server connects to a security elasticsearch URL: https://github.com/apache/incubator-skywalking/issues/2193 I have a Elasticsearch server ,which provides xpack security. my oap service uses elasticsearch plugin to persist the apm data. I follow the official document to config the elasticsearch `storage: elasticsearch: # set the namespace in elasticsearch clusterNodes: ${SW_STORAGE_ES_CLUSTER_NODES:elasticsearch:9200} indexShardsNumber: ${SW_STORAGE_ES_INDEX_SHARDS_NUMBER:2} indexReplicasNumber: ${SW_STORAGE_ES_INDEX_REPLICAS_NUMBER:0} # Batch process setting, refer to https://www.elastic.co/guide/en/elasticsearch/client/java-api/5.5/java-docs-bulk-processor.html bulkActions: ${SW_STORAGE_ES_BULK_ACTIONS:2000} # Execute the bulk every 2000 requests bulkSize: ${SW_STORAGE_ES_BULK_SIZE:20} # flush the bulk every 20mb flushInterval: ${SW_STORAGE_ES_FLUSH_INTERVAL:10} # flush the bulk every 10 seconds whatever the number of requests concurrentRequests: ${SW_STORAGE_ES_CONCURRENT_REQUESTS:2} # the number of concurrent requests` In this configuration, how do i config the elasticsearch username and password
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
