-
Dear community,
Recently, I used http sink (openobserve) with the following config:
then I tried to modify requests params (for http sink):
But still catching the error with rate limiting. I assume I should be able to post log - but eventually it can hang/kill my log collector (openobserve). Could you please advise what the concrete steps I can accomplish to accomplish the issue? Best regards,P. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
What is the upstream responding with? Are there error logs before those ones that have a different error message? Usually there will be an error message and then the message you are seeing about the non-retriable request being dropped. |
Beta Was this translation helpful? Give feedback.
Thanks! That's interesting. It seems like the HTTP sink is not handling 302 redirects. Would you want to open an issue? I think that would be a potentially reasonable change to make although ideally you would avoid redirects since that would turn every request Vector makes into two and slow down processing. Are you sure that your
uri
is correct? Do you know why it might be redirecting?