[graylog2] Graylog Collector Configuration Settings

2015-12-08 Thread Sean McGurk
Hi all, I have configured a graylog collector with the following settings: server-url = "http://xxx.xxx.xxx.xxx:12900/; collector-id = /etc/graylog/collector/collector-id inputs { syslog { type = "file" path = "/var/log/syslog" } apache-logs { type = "file" //

[graylog2] Re: Integrating graylog collector with apache 2 log

2015-12-08 Thread Sean McGurk
Hi, Did you ever get to the bottom of this? I seem to be having the same issue. Seán On Monday, 31 August 2015 08:46:47 UTC+1, preetika shukla wrote: > > Hi, > > I want to redirect the apache2 logs to the Graylog2 server.I've configured > the graylog collector and the following is my

[graylog2] Re: Graylog cant handle large amounts of incoming logs

2015-12-08 Thread Arie
Like the config file tell's, you could increase the processbuffer_processors and / or outputbuffer_processors if your buffers are filling up. Keep an eye on processor resources. # The number of parallel running processors. # Raise this number if your buffers are filling up.

[graylog2] Re: Graylog Collector Configuration Settings

2015-12-08 Thread Arie
Hi, Im not knowng this for sure, but I'dd guess you need one configuration item per file-type. hth,, Arie On Tuesday, December 8, 2015 at 1:29:11 PM UTC+1, Sean McGurk wrote: > > Hi all, > > I have configured a graylog collector with the following settings: > > server-url =

[graylog2] Re: Graylog Collector Configuration Settings

2015-12-08 Thread Sean McGurk
N.B. The following configuration *does* work: server-url = "http://xxx.xxx.xxx.xxx:12900/; collector-id = /etc/graylog/collector/collector-id inputs { syslog { type = "file" path = "/var/log/syslog" } apache-logs { type = "file" path =