Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeNginxError ¶ added in v0.6.4
func DecodeNginxError(event *insaneJSON.Root, data []byte) error
DecodeNginxError decodes nginx error log format. Like: 2022/08/17 10:49:27 [error] 2725122#2725122: *792412315 lua udp socket read timed out, context: ngx.timer
func DecodePostgres ¶
func DecodePostgres(event *insaneJSON.Root, data []byte) error
Types ¶
type DecoderType ¶
type DecoderType int
const ( NO DecoderType = iota AUTO JSON RAW CRI POSTGRES NGINX_ERROR )
Click to show internal directories.
Click to hide internal directories.