You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
I am trying to convert my rather simple TOML config into YAML one, and the file produced by vector convert-config is rejected by vector --config file.yaml due to these 2 errors:
Configuration error. error=schema.log_namespace: invalid type: unit value, expected any valid TOML value at line 8 column 18
A note for the community
Problem
I am trying to convert my rather simple TOML config into YAML one, and the file produced by
vector convert-config
is rejected byvector --config file.yaml
due to these 2 errors:Produced by this portion:
global
Produced by this portion:
All these values are not present in original TOML, so I fixed the config by removing these sections.
Configuration
No response
Version
0.35.0
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: