Hi all,
We have 4 apache servers behind an nxginx load balancer, all hosts are running RHEL 8
I have set graylog up using sidecar and filebeats with success
I followed the instructions below (we have a maxmind account so I am familiar with their system)
All good until I got to the end and configured the pipeline rules.
We have no src_ip field and need to extract it from the log messages
Currently we use standard apache log formats
ErrorLog /www/logs/xxx.mydomain.com-error_log
CustomLog /www/logs/xxx.mydomain.com-access_log common
The problem is extracting the forwarded_for address which is embedded in the messages
The options seem to be the filebeat apache module or an extractor or custom apache log format
Which leads me to think that nxlog may be a better option if I need a custom apache log format anyway
Suggestions most welcome
Thanks
Steve