-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hi,
I have a node.js code where we are using glossy npm to parse raw syslog message.I want to get rid of this code and use similar syslogparser in GoLang.
var glossy = require('glossy');
var js_parser = glossy.Parse;
var envelope = js_parser.parse(parse_data);
1)Can you please help me understand how this envelope object will look like ?
2)Can you please help me understand the output of envelope.message with an example ?
3)Can you please guide me with a similar library that I can use in GoLang ?
Thanks
Metadata
Metadata
Assignees
Labels
No labels