PostgreSQL fieldsedit

Module for parsing the PostgreSQL log files.

postgresql fieldsedit

Fields from PostgreSQL logs.

log fieldsedit

Fields from the PostgreSQL log files.

postgresql.log.timestampedit

The timestamp from the log line.

postgresql.log.timezoneedit

The timezone of timestamp.

postgresql.log.thread_idedit

type: long

Process id

postgresql.log.useredit

example: admin

Name of user

postgresql.log.databaseedit

example: mydb

Name of database

postgresql.log.leveledit

example: FATAL

The log level.

postgresql.log.durationedit

type: float

example: 30.0

Duration of a query.

postgresql.log.queryedit

example: SELECT * FROM users;

Query statement.

postgresql.log.messageedit

type: text

The logged message.