Pavlos Rontidis
Pavlos Rontidis
Note: `http-proxy` is abandoned but https://crates.io/crates/hyper-http-proxy is straight up replacement for it.
Interesting/related read: https://github.com/vectordotdev/vector/pull/22912#issuecomment-3064019563 and https://github.com/vectordotdev/vector/pull/22912#issuecomment-3255461959
Let's address this https://github.com/vectordotdev/vector/pull/20949#discussion_r1797288335 before merging.
Hello, I would recommend relying on a processing tool like the example shared above: > To overcome this - need to run cat vector.yaml | yq 'explode(.), del(.templates)' - to...
Closing per https://github.com/vectordotdev/vector/issues/20843#issuecomment-2452330867 (if someone discovers that it's not so straightforward, please re-open this issue)
Hi @pramud, thank you for your interest! You can start by reading the https://github.com/vectordotdev/vector/blob/master/CONTRIBUTING.md guide. Then you can look at the iterator functions here: https://github.com/vectordotdev/vector/blob/master/lib/vector-core/src/event/log_event.rs#L441. Notice how they all define...
Hi @pramud, I am back. If you are still interesting in tackling this issue, I am happy to help.
> Hi, can i take on this issue ? Sure, you are welcome.
Idea: We can probably automate this based on the `inputs()` and `outputs()` implementations and make it a part of component docs generation. Edit: This might be challenging since some components...
Thank you for your comments on this. We will take a look this week.