Replies: 1 comment
-
I see logstash supports this via a couple of parameters:
I think this would need to be an enhancement to Vector's |
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
-
I'm in the process of evaluating Vector as a replacement for a logstash instance I'm having. One of the things we do is dump events into a Redis list using their builtin support. Vector can do the same thing according to the documentation, but there's one piece missing to be a drop-in replacement for us.
Logstash allows us to configure this output ("sink") to be limited to a number of items in the Redis list, effectively allowing us to make sure that
It seems Vector's Redis sink doesn't support this. Would there be any other way for me to make this work?
Beta Was this translation helpful? Give feedback.
All reactions