Replies: 1 comment 2 replies
-
|
HI @godber ! Good question. I think to do what you want we'd need to add the With: The If that makes sense to you, would you want to open a feature request to add a If you just use the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I thought it would be handy to tap my log stream and pipe it straight into a local instance of vector configured to read from
stdinand send toconsole. The problem is thestdinsource creates a whole new event for each event coming from the tap. I was hoping to find arawoption on thestdinsource that just read in existing events overstdinwithout creating a new event.Is there another source that does this? Or perhaps I'm not understanding the descriptions of the
decoding.codecoptions, maybe one of those does what I am asking. Is this possible in some other way I've not considered? Basically I want to do:So I can quickly iterate on my transforms.
Beta Was this translation helpful? Give feedback.
All reactions