-
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.
Replies: 2 comments
-
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.
-
Hi, I have come across this discussion and my usecase is similar. I have opened a feature request. I have a small amount of Rust experience, so I don't know if I have the chops to implement the feature, but I will at least begin some research into what it would require. |
Beta Was this translation helpful? Give feedback.
I see logstash supports this via a couple of parameters:
I think this would need to be an enhancement to Vector's
redis
sink. Would you want to open a feature request?