Charlie Benger-Stevenson

Results 6 comments of Charlie Benger-Stevenson

Still broken for me. ``` [2023-12-19 20:01:06,561] ERROR WorkerSinkTask{id=elasticsearch-sink-0} Task threw an uncaught and unrecoverable exception. Task is being killed and will not recover until manually restarted (org.apache.kafka.connect.runtime.WorkerTask) org.apache.kafka.connect.errors.ConnectException: Exiting...

[This line](https://github.com/confluentinc/kafka-connect-elasticsearch/blob/9e0781113a4afb2a9e7d95d3c7a7e48195015c40/src/main/java/io/confluent/connect/elasticsearch/ElasticsearchClient.java#L182) requires the user has the "monitoring_user" role or equivalent added to your es connector user. ```bash curl --cacert /tmp/ca.crt -u elastic:kb4gtb4NaAjbYsnmwwBK -X POST "https://localhost:9200/_security/user/es_sink_connector_user?pretty" -H 'Content-Type: application/json' -d'...

I changed line 53 of init .sh to read ``` samba-tool domain provision --use-rfc2307 --domain=${URDOMAIN} --realm=${UDOMAIN} --server-role=dc --dns-backend=SAMBA_INTERNAL --adminpass=${DOMAINPASS} ${HOSTIP_OPTION} --use-interactive --use-ntvfs ``` I get this error ``` ERROR(): Provision...

Same issue here. Operation failed with status: 'Bad Request'. Details: The VM size of AgentPoolProfile:nodepool1 is not allowed in your subscription. I am on the free tier and following the...

This would not give me the error details of the runtime exception but of the timeout thus masking the problem. It would also prevent any unit testing that expected specific...

That didn't fix it sadly. I noticed that if I run an eshell I get the problem, but with shell I don't. Does this help narrow it down? What mode...