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