hucongwei opened a new issue, #13629:
URL: https://github.com/apache/skywalking/issues/13629

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache SkyWalking Component
   
   OAP server (apache/skywalking)
   
   ### What happened
   
   将aws https opensearch 
作为es替代存储,使用的是有full权限的rw账号,oap启动检查es失败,从报错看是权限异常;**社区这边有成功的配置片段可供参考吗?**
   
   opensearch版本2.13
   
   **opensearch配置段:**
   elasticsearch:
     enabled: false
     config:               # For users of an existing elasticsearch 
cluster,takes effect when `elasticsearch.enabled` is false
       host: vpc-xxxxwrpy.ap-northeast-1.es.amazonaws.com
       port:
         http: 443
       user: 'rw-user'         # [optional]
       password: 'xxxx'     # [optional]
       protocol: "https"
   
   
   2025-12-18 10:40:01,043 
com.linecorp.armeria.client.endpoint.healthcheck.HttpHealthChecker 232 
[armeria-eventloop-epoll-9-1] WARN  [] - [creqId=f681ba69, chanId=e1a6f5ed, 
laddr=10.201.95.65:51078, 
raddr=vpc-xxxxrpy.ap-northeast-1.es.amazonaws.com/10.201.123.25:443][http://vpc-xxxxkwrpy.ap-northeast-1.es.amazonaws.com:443/_cluster/health#GET]
 Unexpected 4xx health check response: [:status=400, server=awselb/2.0, 
date=Thu, 18 Dec 2025 10:40:01 GMT, content-type=text/html, content-length=220] 
A 4xx response generally indicates a misconfiguration of the client. Did you 
happen to forget to configure the HealthCheckedEndpointGroup's client options?
   2025-12-18 10:40:01,046 
com.linecorp.armeria.client.endpoint.healthcheck.HealthCheckedEndpointGroup 183 
[armeria-eventloop-epoll-9-1] WARN  [] - The first health check failed for all 
endpoints. numCandidates: 1 candidates: 
[Endpoint{vpc-xxxxrpy.ap-northeast-1.es.amazonaws.com:443, weight=1000}]
   java.util.concurrent.CompletionException: 
com.linecorp.armeria.client.InvalidResponseException: [creqId=f681ba69, 
chanId=e1a6f5ed, laddr=10.201.95.65:51078, 
raddr=vpc-xxxxrpy.ap-northeast-1.es.amazonaws.com/10.201.123.25:443][http://vpc-xxxrpy.ap-northeast-1.es.amazonaws.com:443/_cluster/health#GET]
 Received an unhealthy check response. headers: [:status=400, 
server=awselb/2.0, date=Thu, 18 Dec 2025 10:40:01 GMT, content-type=text/html, 
content-length=220]
        at java.util.concurrent.CompletableFuture.reportJoin(Unknown Source) 
~[?:?]
   
   ### What you expected to happen
   
   oap启动成功
   
   ### How to reproduce
   
   aws https opensearch做为es替代存储
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [ ] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to