Filebeat or Logstash at the application servers?

Hi,

I'm thinking of implementing an ELK stack and I have a question about what to install on the application and apache servers to collect the logs.

Both Logstash and Filebeat can read from log files.

My initial idea was with Filebeat, since it is lighter than Logstash and would affect less to the production, but in the application server there is to collect of more than 200 files and I do not know if Filebeat can handle it.

Thanks in advance.

My initial idea was with Filebeat, since it is lighter than Logstash and would affect less to the production,

A minimal footprint and no Java requirement makes Filebeat a good candidate for collection of log files from edge servers.

but in the application server there is to collect of more than 200 files and I do not know if Filebeat can handle it.

Sure it can.

Ok, thanks for the information and the quick response :grinning:.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.