Alex Malek

Results 6 issues of Alex Malek

Since things broke when the API changed I wrote this. It relies on the fact that the web page has all the data in json objects. So I pattern match...

allows saving log info not connected to a valid datadase ie failed login with bad DB name consolidate all logging for a cluster

When run as a systemd process without the --daemon flag the `print` statements that implicitly use STDOUT do not make it into the logfile

enhancement

example csv: ``` 2020-10-06 17:41:28.952 EDT,"foo","foo",32580,"192.168.118.117:50773",5f7ce488.7f44,2,"authentication",2020-10-06 17:41:28 EDT,15/16636,0,LOG,00000,"connection authorized: user=foo database=foo SSL enabled (protocol=TLSv1.2, cipher=ECDHE-RSA-AES256-GCM-SHA384, compression=off)",,,,,,,,,"" 2020-10-06 17:41:28.952 EDT,"foo","foo",32580,"192.168.118.117:50773",5f7ce488.7f44,3,"startup",2020-10-06 17:41:28 EDT,15/16636,0,FATAL,3D000,"database ""foo"" does not exist",,,,,,,,,"" ```

The issue is when using PAM auth a log msg of level LOG created before the FATAL msg Pass in the msg and check it to catch this case. Example...

enhancement

Needed to prevent possible session_id collision Backwards compatible with old schema, will append an id or name to session_id Modify audit.sql so it can be run for initial install or...