Replies: 1 comment 1 reply
-
Your sink input must be
Note that transforms does not mutate its input, so in order to use the transforms' output, you should specify their output id as a sink input Also, you seem to manually parse nginx logs, are you aware of the vrl Maybe it does not work with your custom log formar,so I would recommend if possible to use the default nginx log format and the native vrl function Also, I think that you are seeing empty lines because the |
Beta Was this translation helpful? Give feedback.
-
I have a rule where I want to log slow queries from my nginx into a log file. It looks like this:
for nginx configured with:
Now, this works, however what I see is that vector keeps putting empty lines into my /var/log/ log file. How do I tell it to stop doing that?
Beta Was this translation helpful? Give feedback.
All reactions