[nxlog-ce-users] NXLOG not read all lines from file

2014-11-03 Thread Maxim Nikolaev
Hello I encountered strange problem with nxlog. I have large file (~2GB) of logs. I read it with nxlog and write remotely to central server. On central server I also have nxlog. When I checked number of strokes in source and destination files I found that only 30-40% of strokes are on central serv

[nxlog-ce-users] Nxlog failed to write to files

2016-04-26 Thread Maxim Nikolaev
Hi I use Nxlog as sender and receiver. Couple of weeks ago I've updated Nxlog from 2.4 to 2.9. Since that I experience several problems on receiver. Receiver in_module configured as tcp: Module im_tcp Host 0.0.0.0 Port Each 40-50 minutes nxlog stop update files he writes to. Erro

[nxlog-ce-users] Nxlog problem connect to ssl

2013-06-05 Thread Maxim Nikolaev
Hi I'm using nxlog2.4 in Amazon. OS: Amazon Linux. Connection from all services configured to Amazon ELB with SSL protocol. Output configured like this:    Module om_ssl    Host      Port   5002    CertFile /etc/ssl/certs/***.crt    CertKey

Re: [nxlog-ce-users] Nxlog problem connect to ssl

2013-06-06 Thread Maxim Nikolaev
nd send us the logs Regards, Botond On Wed, 05 Jun 2013 20:38:12 +0300 Maxim Nikolaev wrote: Hi I'm using nxlog2.4 in Amazon. OS: Amazon Linux. Connection from all services configured to Amazon ELB with SSL protocol. Output configured like this: Module om_ssl Host

[nxlog-ce-users] Problem read large file

2013-06-13 Thread Maxim Nikolaev
Hi I'm using nxlog 2.4. I need to read big log file and forward them to logstash. I encountered following problem: 1. Nxlog is configured to read lines from log file with im_file module. 2. It send to logstash with om_ssl output. 3. I see that logs

Re: [nxlog-ce-users] Problem read large file

2013-06-14 Thread Maxim Nikolaev
o see how it reads messages (e.g. print the EPS every second). Here is a similar example: http://nxlog.org/nxlog-docs/en/nxlog-reference-manual.html#idp5586560 Regards, Botond On Thu, 13 Jun 2013 18:55:57 +0300 Maxim Nikolaev wrote: Hi I'm using nxlog 2.4. I need to read b

Re: [nxlog-ce-users] How to send events collected by nxlog to elasticsearch

2013-10-15 Thread Maxim Nikolaev
As I know - you can send logs to elasticsearch if they are in JSON format. Otherwise, you need logstash to parse logs. On 10/15/2013 10:16 AM, François Lepage wrote: +1 2013/9/27 Suraj Sharma > Elastic search requires some default configuration to be pres

Re: [nxlog-ce-users] Adding hostname to each line

2013-11-02 Thread Maxim Nikolaev
I use following in output: Exec $Hostname = hostname(); $raw_event = $Hostname + " " + $raw_event; On 11/02/2013 06:37 PM, James Crowley wrote: Ron, in a very rudimentary approach, I believe you could do something with $raw_event like this: Exec $raw_event = 'someHostName, ' + $raw_event

[nxlog-ce-users] Nxlog fails if one of output not accessible

2014-04-10 Thread Maxim Nikolaev
Hi I met following thing: I have servers that they send logs to central log server and it also forwards log to archive. server -> central -> archive. Nxlog conf (just ex_: Server: Module im_file Module om_tcp Host central Path 1 => 1 central: Module im_tcp Module om_fil