Nxlog config file failure.


#1 vishnus9330

Hi everyone,

I'm getting this issue of

  1. assignment failed at line 215, character 67 in C:\Program Files (x86)\nxlog\conf\nxlog.conf. statement execution has been aborted function 'strftime' failed at line 215, character 66 in C:\Program Files (x86)\nxlog\conf\nxlog.conf. expression evaluation has been aborted got 'unknown' for first argument of function 'strftime(datetime, string)'.

  2. if-else failed at line 208, character 277 in C:\Program Files (x86)\nxlog\conf\nxlog.conf. statement execution has been aborted procedure 'parse_csv' failed at line 208, character 129 in C:\Program Files (x86)\nxlog\conf\nxlog.conf. statement execution has been aborted Not enough fields in CSV input, expected 17, got 0 in input ''

Below is the line the error is refering to:

  1. Exec $EventTime = strftime($EventTime, '%Y-%m-%d %H:%M:%S, %z');
  2. }

Kindly help me out to fix this issue and what is causing the error.

Thanks.

#2 rafDeactivated Nxlog ✓
#1 vishnus9330
Hi everyone, I'm getting this issue of assignment failed at line 215, character 67 in C:\Program Files (x86)\nxlog\conf\nxlog.conf. statement execution has been aborted function 'strftime' failed at line 215, character 66 in C:\Program Files (x86)\nxlog\conf\nxlog.conf. expression evaluation has been aborted got 'unknown' for first argument of function 'strftime(datetime, string)'. if-else failed at line 208, character 277 in C:\Program Files (x86)\nxlog\conf\nxlog.conf. statement execution has been aborted procedure 'parse_csv' failed at line 208, character 129 in C:\Program Files (x86)\nxlog\conf\nxlog.conf. statement execution has been aborted Not enough fields in CSV input, expected 17, got 0 in input '' Below is the line the error is refering to: Exec $EventTime = strftime($EventTime, '%Y-%m-%d %H:%M:%S, %z'); } Kindly help me out to fix this issue and what is causing the error. Thanks.

Hello,

Could you provide your full conf file?

Thanks,

Rafal