You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 23:54:37 UTC

[GitHub] [beam] kennknowles opened a new issue, #19414: Authentication for ElasticsearchIO seems to be failing

kennknowles opened a new issue, #19414:
URL: https://github.com/apache/beam/issues/19414

   It seem to be failing at least on elasticsearch cloud:
   ```
   
   [WARNING] 
   org.elasticsearch.client.ResponseException: GET https://a3626ec04ef549318d444cde10db468d.europe-west1.gcp.cloud.es.io:9243/:
   HTTP/1.1 401 Unauthorized
   {"error":{"root_cause":[{"type":"security_exception","reason":"action [cluster:monitor/main]
   requires authentication","header":{"WWW-Authenticate":["Bearer realm=\"security\"","ApiKey","Basic realm=\"security\"
   charset=\"UTF-8\""]}}],"type":"security_exception","reason":"action [cluster:monitor/main] requires
   authentication","header":{"WWW-Authenticate":["Bearer realm=\"security\"","ApiKey","Basic realm=\"security\"
   charset=\"UTF-8\""]}},"status":401}
   
   ```
   
   
   Imported from Jira [BEAM-7400](https://issues.apache.org/jira/browse/BEAM-7400). Original Jira may contain additional context.
   Reported by: echauchot.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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