Skip to content

Log namespace configuration for sink #23088

Answered by pront
piclemx asked this question in General
May 21, 2025 · 2 comments · 8 replies
Discussion options

You must be logged in to vote

You are hitting the following:

emit!(SplunkEventTimestampInvalidType {
r#type: value.kind_str()
});
.

This means your timestamp value is not Value::Timestap, it is a string as shown in the sample log above "timestamp":"2025-05-21T13:53:41.771Z".

See example on how to convert timestamp string: example.

This is covered in the VRL introduction page: https://vector.dev/docs/reference/vrl/.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
8 replies
@piclemx
Comment options

@pront
Comment options

@piclemx
Comment options

@pront
Comment options

Answer selected by pront
@piclemx
Comment options

@piclemx
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: vrl Anything related to the Vector Remap Language transform: remap Anything `remap` transform related domain: log_namespace Related to the global `log_namespace` config setting
2 participants