go-graylog icon indicating copy to clipboard operation
go-graylog copied to clipboard

Extra fields are only string type

Open igalvit opened this issue 7 years ago • 0 comments

You should change the line Extra map[string]string to Extra map[string]interface{} to allow different type fields like int, log, etc.

igalvit avatar Apr 18 '18 10:04 igalvit