go-graylog
go-graylog copied to clipboard
Graylog GELF messages sending using UDP, TCP or TCP/TLS, written in Golang.
Results
2
go-graylog issues
Sort by
recently updated
recently updated
newest added
Per the GELF Payload Specification > Seconds since UNIX epoch with optional decimal places for milliseconds
You should change the line `Extra map[string]string` to `Extra map[string]interface{}` to allow different type fields like int, log, etc.