Hello, I'm trying to connect filebeat with an azure eventhub using a private endpoint.
The connection doesn't work properly because of a certificate issue :
2022-10-11T09:06:38.358+0200 ERROR [azure-eventhub input] azureeventhub/input.go:109 x509: certificate is valid for *.servicebus.windows.net, servicebus.windows.net, not xxx-xxx-xxx.privatelink.servicebus.windows.net {"connection string": "Endpoint=sb://xxx-xxx-xxx.privatelink.servicebus.windows.net/;SharedAccessKeyName=toto;SharedAccessKey=xxxxxxxxxxxxx
Do you have any idea to help me ?
Best Regards,