Hi Ranjith, you can use the typical log file collectors like nxlog ( https://nxlog.co/products/nxlog-community-edition), logstash ( https://www.elastic.co/products/logstash), Graylog Collector ( http://docs.graylog.org/en/1.3/pages/collector.html), or even good old rsyslog with the imfile input (http://www.rsyslog.com/) to send your Apache httpd access and error logs to Graylog. All of the mentioned applications support either Graylog's native GELF protocol or the syslog protocol.
If you are brave enough (and can modify the Apache httpd configuration), you can give the Apache httpd module mod_log_gelf ( https://github.com/Graylog2/apache-mod_log_gelf) a try. Cheers, Jochen On Thursday, 21 January 2016 15:37:10 UTC+1, Ranjith Vadakkeel wrote: > > Hi experts, > > newb here, imported ubuntu ova and trying to monitor some apache logs from > test server. I have default file logging location for apache. I cant make > any changes on apache settings for this requirement. Can any one suggest > best way or tool for forwarding this file to graylog setup..? Please > suggest. > > Apache server OS version : Rhel 6.5 > > Please do let us know if you required any further info. > > -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/beaa0a17-1b05-4a98-a314-13a12572d069%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
