-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
[recievers/filelog] - key_value_parser not registered #13631
Comments
@crobertson-conga Can this be assigned to me? |
@rehanpfmr It's yours. |
Pinging code owners: @djaglowski. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Thanks @evan-bradley |
Resolved by #14094 |
@djaglowski I don't see syslog parser in current register.go. Is it possible that is a root cause of |
@jangaraj, yes I agree. Thanks for the PR. |
Describe the bug
The key value parser from stanza was merged in response to open-telemetry/opentelemetry-log-collection#455
However, it was never registered, so cannot be used as an operator in the filelog parser receiver.
Steps to reproduce
Have a operator step in a filelog receiver that uses type key_value_parser
in your filelog reciever
What did you expect to see?
key=value logs being parsed
What did you see instead?
An error upon startup:
Error: cannot build pipelines: failed to create "filelog" receiver, in pipeline "logs": unsupported type 'key_value_parser
What version did you use?
Version: 0.58.0
What config did you use?
Environment
Doesn't matter
Additional context
Should be a matter of adding a new registration at
opentelemetry-collector-contrib/pkg/stanza/adapter/register.go
Line 21 in 7e14323
The text was updated successfully, but these errors were encountered: