Hello, I try to send logs with a server which has an access to loki server with a proxy.
When i send my logs and the sum of all the lines on the file exceed 1000, i get error like this :
level=warn ts=2022-02-09T15:22:52.620577017Z caller=client.go:344 component=client host=XXXXXXXXXXXX msg="error sending batch, will retry" status=-1 error="Post \"XXXXXXXXXXXXXXXXXX": context deadline exceeded"
When i’m trying to send logs inferior to 1000 lines it’s working.
I have this issue only with my server behind a proxy when i’m trying to send logs exceeded 1000 lines without a proxy it’s working.
Could i do something about this in my configuration of Loki ?