Skip to content

Why is the log_to_metric transform failing with "Unable to convert null field"? #23198

Answered by pront
jerrac asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jerrac, I think you are observing the expected behavior.

TransformError::PathNull { path } => {
emit!(LogToMetricFieldNullError {
field: path.as_ref()
})
}

The error is emitted to notify you there are invalid events and the component_errors_total is increased. No event is emitted but Vector will keep running.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pront
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
transform: log_to_metric Anything `log_to_metric` transform related
2 participants