Versions in this module Expand all Collapse all v1 v1.3.1 Sep 14, 2016 Changes in this version + const CancelRequest + const PgsqlGetDataState + const PgsqlStartState + const SSLRequest + const StartupMessage + type Pgsql struct + Ports []int + Send_request bool + Send_response bool + func (pgsql *Pgsql) ConnectionTimeout() time.Duration + func (pgsql *Pgsql) GapInStream(tcptuple *common.TcpTuple, dir uint8, nbytes int, private protos.ProtocolData) (priv protos.ProtocolData, drop bool) + func (pgsql *Pgsql) GetPorts() []int + func (pgsql *Pgsql) Init(test_mode bool, results publish.Transactions) error + func (pgsql *Pgsql) InitDefaults() + func (pgsql *Pgsql) Parse(pkt *protos.Packet, tcptuple *common.TcpTuple, dir uint8, ...) protos.ProtocolData + func (pgsql *Pgsql) ReceivedFin(tcptuple *common.TcpTuple, dir uint8, private protos.ProtocolData) protos.ProtocolData + type PgsqlMessage struct + CmdlineTuple *common.CmdlineTuple + Direction uint8 + ErrorCode string + ErrorInfo string + ErrorSeverity string + Fields []string + FieldsFormat []byte + IsError bool + IsOK bool + IsRequest bool + Notes []string + NumberOfFields int + NumberOfRows int + Query string + Rows [][]string + Size uint64 + TcpTuple common.TcpTuple + Ts time.Time + type PgsqlStream struct + func (stream *PgsqlStream) PrepareForNewMessage() + type PgsqlTransaction struct + BytesIn uint64 + BytesOut uint64 + Dst common.Endpoint + JsTs time.Time + Method string + Notes []string + Pgsql common.MapStr + Query string + Request_raw string + ResponseTime int32 + Response_raw string + Src common.Endpoint + Ts int64 + Type string Other modules containing this package github.com/snappyflow/beats/v7