Closed lattwood closed 2 weeks ago
Thank you @lattwood! We will review the PR shortly.
@pront awesome! Can't wait for a release with it so I can dry up my vector config!
I think this is a duplicate of https://github.com/vectordotdev/vector/issues/20853 so I'll close this one, but thank you for the PR to address it!
Even better, solving a problem others are currently experiencing!
A note for the community
Problem
YAML configuration parsing doesn't support merging, part of the YAML 1.1 > spec.
This is due to not calling
serde_yaml::apply_merge
afterserde_yaml::from_str
.I'm opening this issue due to
CONTRIBUTING.md
saying there should be an issue for pull requests.Configuration