i have recently installed graylog ( graylog6.1 on ubuntu ) and every thing works fine as i will. In our local netwerk we have different applications that have thier own log files and some of them are secured behind Apache2 or Nginx as reverse proxy. My question is how can i send all log files of every application and apache and nginx from clients ( ubuntu ) on graylog server as easy as possible ? i looked a little bite through the talks and the docs ( filebeat , nxlog and β¦ ) but it is a little bite confusing for me which way will be the simplest and te best way.
Could you maybe give me some tips ?
If it is all Linux, you could centralize everything with rsyslog and send it from there to graylog thru TCP or UDP. Most distroβs are using rsylog internally and it is adding one rule to rsyslog.conf to get things done.
@Arie thanks for replying ! That sounds good. Do i need configure specific things that are related to Graylog to send each and every log to rsyslog and from there to Graylog or it is a general config?
Could you please give tips about the one rule to rsyslog.conf or tell me where i could find docus about that ?