sematext / logagent-js

Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint
https://sematext.com/logagent
Apache License 2.0
389 stars 79 forks source link

Extend parsing Postgres logs #243

Closed radu-gheorghe closed 4 years ago

radu-gheorghe commented 4 years ago

added slowlog parsing and parsing of logs where user@DB is mentioned

I'm attaching a sample log from Postgres 11

Though as far as I can tell, Postgres 12 logs seem to be on the same (default) format.

radu-gheorghe commented 4 years ago

Thanks, Adnan!