WARNING: Version 1.1 of Packetbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
PostgreSQL Fields
editPostgreSQL Fields
editPostgreSQL-specific event fields.
pgsql.query
editThe row pgsql query as read from the transaction’s request.
pgsql.error_message
editThe PostgreSQL error message.
pgsql.error_severity
editThe PostgreSQL error severity.
pgsql.num_fields
editIf the SELECT query if successful, this field is set to the number of fields returned.
pgsql.num_rows
editIf the SELECT query if successful, this field is set to the number of rows returned.