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
We've been updating how Vector looks up paths to be aligned with VRL, unfortunately it looks like the docs around template syntax and field path notation weren't updated at the time of the change. I'm writing a pull request to address that now, but it should be replaced by path expressions.
Additionally the compile time checking of these paths is incomplete and is tracked by #13033 which we are hoping to tackle this quarter.
Let me know if this doesn't solve the problem and I'll reopen the issue!
A note for the community
Problem
It looks like labels with dash "-" in them are ignored by the loki sink. e.g.
application = '{{ kubernetes.pod_labels.app-name }}'
does not create the application label.
Actual Behavior
label.application is missing.
Expected Behavior
application = '{{ kubernetes.pod_labels.app-name }}'
Configuration
Version
INFO vector: Vector has started. debug="false" version="0.24.0" arch="x86_64" build_id="43267b9 2022-08-30"
Debug Output
No response
Example Data
Additional Context
References
No response
The text was updated successfully, but these errors were encountered: