how to collect vector log #24095
-
|
whole vector log are as follows my config is and collect log is as follows but i want to collect whole log about vector,how to do it my bro |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This is currently not supported by the internal logs source but could be a nice addition. You can make a PR or a feature request to add a new config flag to the source to support this. What I would recommend if you really want to capture the output is to pipe vector directly somewhere else. Something like this: This is not ideal but should work - a configuration option would be best. You can probably also get those logs from journald is you are using Vector via systemd |
Beta Was this translation helpful? Give feedback.
This is currently not supported by the internal logs source but could be a nice addition. You can make a PR or a feature request to add a new config flag to the source to support this.
What I would recommend if you really want to capture the output is to pipe vector directly somewhere else. Something like this:
This is not ideal but should work - a configuration option would be best. You can probably also get those logs from journald is you are using Vector via systemd