Skip to content

Vector File Source to SEQ Forward #22045

Answered by jszwedko
ghaffar3 asked this question in Q&A
Discussion options

You must be logged in to vote

The SEQ error makes me think it is expecting newline delimited JSON objects and Vector, with this configuration, will send an array. I'd suggest trying:

encoding:
  codec: json
framing:
  method: newline_delimited

On the sink.

Small note: it's easier to read YAML if it is formatted as code. Above you have included the configuration unformatted. See https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax for the syntax.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ghaffar3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants