Filebeat is a lightweight, open source shipper for log file data.
I am using nginx module for filebeats to send log data to elasticsearch. Here is my filebeats configuration: output: logstash: …
elasticsearch nginx elastic-stack filebeatI already have Logstash configured to directly pick up files (Gatling logs), process them using custom logic, and send to …
logstash elastic-stack filebeat