-
where can I find example how to collect nginx and node.js logs and sent them to Elasticsearch?
Should I use
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @anutator ! Thanks for checking out Vector! Some answers:
I also recommend checking out https://vector.dev/docs/setup/quickstart/ for some introduction to vector including ingesting and transforming logs. Let us know if you have any other questions! Feel free to drop into the discord server too. |
Beta Was this translation helpful? Give feedback.
Hi @anutator !
Thanks for checking out Vector! Some answers:
parse_nginx_logs
) function in VRL. You can use VRL to transform (parse, modify, etc.) using theremap
transform..file
source. You would just point it at the directory containing the log files.vector
will only collect data while it is running. You can use systemd, as you mentioned, to run it as a servi…