I have filebeat sending logs to my Graylog server, and I would like to send the Apache logs a bit more “formatted”. GELF like. Looks like Filebeat apache module does this thing for me, but I would like to know how to configure this module with Sidecar. If I add a module line into my configuration file, it doesn’t work.
How do you send your apache logs divided (host, remote IP, status, etc…)?
I have also tried to use FileBeat + GELF and could not get it to work. To solve this issue I installed Nxlog on my Linux server /w Apache. I believe that there are configurations for Nxlog with the Sidecar.
I’m using GL4.0, ES 7.10.2, and MongoDb 4.4 on Ubuntu 20 with Nxlog-ce in my environment I’m also using TCP/TLS for my connections.