IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
PostgreSQL fields
editPostgreSQL fields
editModule for parsing the PostgreSQL log files.
postgresql fields
editFields from PostgreSQL logs.
log fields
editFields from the PostgreSQL log files.
-
postgresql.log.timestamp
-
The timestamp from the log line.
-
postgresql.log.core_id
-
type: long
Core id
-
postgresql.log.database
-
example: mydb
Name of database
-
postgresql.log.query
-
example: SELECT * FROM users;
Query statement.
-
postgresql.log.timezone
-
type: alias
alias to: event.timezone
-
postgresql.log.thread_id
-
type: alias
alias to: process.pid
-
postgresql.log.user
-
type: alias
alias to: user.name
-
postgresql.log.level
-
type: alias
alias to: log.level
-
postgresql.log.message
-
type: alias
alias to: message