July 2018
Beginner
376 pages
8h 49m
English
Filebeat is a lightweight data shipper that can be used to forward the logs and files data. Filebeat reads and forwards the log lines and in case of any downtime, it remembers the locations and resumes from that location once everything is back online:

Filebeat has internal modules for Apache, NGINX, MySQL, audit and system, and so on, using which we can get the metrics from these applications through a single command. Back-pressure sensitive protocol works when we ship data from Filebeat to Logstash or Elasticsearch; this protocol assures that if Logstash or Elasticsearch are busy in pushing data, it notifies the Filebeat to slow ...
Read now
Unlock full access