Re: [GENERAL] pgAudit_Analyze - parse error in pgaudit_analyze.log

2016-12-14 Thread David Steele
On 12/14/16 10:06 PM, Dylan Luong wrote: > > /Can't call method "parse" on an undefined value at ./pgaudit_analyze > line 509, <$hFile> line 282./ > > /at ./pgaudit_analyze line 44/ This looks like the issue that appears to be fixed by this pull request: https://github.com/pgaudit/pgaudit_analy

[GENERAL] pgAudit_Analyze - parse error in pgaudit_analyze.log

2016-12-14 Thread Dylan Luong
Hi I have configured pgAudit extension on my DEV PostgreSQL instance. I am trying to configure the pgAudit_Analyze to read the audit logs and loads them into a database table. Following the steps in https://github.com/pgaudit/pgaudit_analyze I have perl script pgaudit_analyze running as a daemon