-
I'm trying to read some NATS data, but the system that's generating it wants authentication, so I'm using the "Exec" source to run a program that writes NATS records to STDOUT. My relevant Vector config sections are:
And the log messages I'm getting that describe the error are:
The command runs on the CLI, and I can run its output through awk and the like. I'm not sure what I'm doing worng, unless I should be using the "Stdin" source type, but I wasn't sure how to configure that. Alternatively, if there's a way to use the NATS source module directly with authentication, I'd be happy to use that instead. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Oops, I found the problem. Typo in my connection string. If I knew how to remove a question I would delete this. |
Beta Was this translation helpful? Give feedback.
Oops, I found the problem. Typo in my connection string. If I knew how to remove a question I would delete this.