Hi,
I'm having a hard time getting log data from an aspnet core application into an elastic cloud instance. I created an API Key in Kibana and passed the Base64 encoded variant of the API Key and the Cloud ID to the .AddElasticCloud method.
Since neither logs appeared in ES nor any error is displayed in the aspnet core application, I used fiddler to debug the issue. It shows the error "missing authentication credentials for REST request" and returns a 401 error.
I'd be glad for any hints!
Best regards, Andreas