Sending Logs to Logstash Forwarder
How to send logs from individual systems to Logstash
The following example tails the /var/log/test.log
file and forwards every line to a Logstash beats input. To start pushing logs, you need to replace the config file named filebeat.yml
with the one below and restart Filebeat.
Last updated