Replies: 1 comment
-
Converted this to a bug report since I believe you are right that we shouldn't be logging ERROR logs for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've just upgrade to 0.25.1 and now suddenly seeing a bunch of ERROR logs on "Events dropped" (being rate limited)
We currently use
abort
in remap to filter out pods which we do not want to send logs externally (withdrop_on_abort = true
on the remap transform):With some search it seems this is an intended event:
vector/src/internal_events/remap.rs
Lines 49 to 63 in 9348d36
thus the ERROR logs is also intended? is
abort
not the correct way to archive filtering? Or, if this is intended use ofabort
then it shouldn't be creating ERROR log spam by default?Beta Was this translation helpful? Give feedback.
All reactions