We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YAML configuration parsing doesn't support merging, part of the YAML 1.1 > spec.
This is due to not calling serde_yaml::apply_merge after serde_yaml::from_str.
serde_yaml::apply_merge
serde_yaml::from_str
I'm opening this issue due to CONTRIBUTING.md saying there should be an issue for pull requests.
CONTRIBUTING.md
transforms: enhance_node_exporter_data: &enrichRemap type: remap inputs: - node_exporter source: |- .tags.country = "meta.country" enhance_statsd_metrics_data: <<: *enrichRemap inputs: - statsd_metrics
### Version 0.43.0-custom-e2b83f219 ### Debug Output _No response_ ### Example Data _No response_ ### Additional Context _No response_ ### References _No response_
The text was updated successfully, but these errors were encountered:
Thank you @lattwood! We will review the PR shortly.
Sorry, something went wrong.
@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 #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!
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: