aws / aws-for-fluent-bit

The source of the amazon/aws-for-fluent-bit container image
Apache License 2.0
437 stars 130 forks source link

Issue sending logs to loki 'https' #802

Open hhertoghe opened 3 months ago

hhertoghe commented 3 months ago

Hello,

I'm trying to send logs from an AWS Fluent Bit docker to a Loki server exposed through caddy as reverse proxy. When watching logs of the Fluent Bit container in cloudwatch, I see the following output:

....:443, HTTP status=400 Not retrying. Client sent an HTTP request to an HTTPS server.

Any idea what could be the issue ? How can I force the image to use https ? I've setup the port to 443 but this seems the only way to do it.

Tx