[nodejs] Re: [ANN] GrayGelf: Fully compliant Graylog2/GELF client and server

2013-04-03 Thread Alexey Kupershtokh
Hello again Marc :)
I'm investigating a possibility to use 
https://github.com/flite/winston-graylog2 in my project. And found that it 
has become orphan 
recently
.
Along with that, it seems that the project does not use any existing 
full-featured gelf/graylog2 lower level transport but has own incomplete 
implementation right within higher level functions and therefore has 
limitations like 
this
.

I would propose you to adopt the project. And together we could make it 
better and more simple by rebasing onto the graygelf. What do you think?

воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded написал:
>
> https://github.com/wavded/graygelf
>
> We utilize "GELF" format pretty heavily where I work (it is pretty nice) 
> and needed a complete implementation so we could write our own hooks and 
> just do other crazy stuff.
>
> Includes a client/server, Node core style, streaming, chunking, proxy 
> server stuff.  Was pretty fun to work on.  Hope it helps someone else out.
>
> Marc
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[nodejs] Re: [ANN] GrayGelf: Fully compliant Graylog2/GELF client and server

2013-04-03 Thread Alexey Kupershtokh
And also... have you compared your project with these:
https://github.com/egorFiNE/node-graylog
https://github.com/stelcheck/node-graylog2
https://github.com/robertkowalski/gelf-node
?

воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded написал:
>
> https://github.com/wavded/graygelf
>
> We utilize "GELF" format pretty heavily where I work (it is pretty nice) 
> and needed a complete implementation so we could write our own hooks and 
> just do other crazy stuff.
>
> Includes a client/server, Node core style, streaming, chunking, proxy 
> server stuff.  Was pretty fun to work on.  Hope it helps someone else out.
>
> Marc
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[nodejs] Re: [ANN] GrayGelf: Fully compliant Graylog2/GELF client and server

2013-04-03 Thread Michael Hart
Also https://github.com/mhart/gelfling 
and https://github.com/mhart/gelf-stream :-)

On Thursday, 4 April 2013 12:57:10 UTC+11, Alexey Kupershtokh wrote:
>
> And also... have you compared your project with these:
> https://github.com/egorFiNE/node-graylog
> https://github.com/stelcheck/node-graylog2
> https://github.com/robertkowalski/gelf-node
> ?
>
> воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded написал:
>>
>> https://github.com/wavded/graygelf
>>
>> We utilize "GELF" format pretty heavily where I work (it is pretty nice) 
>> and needed a complete implementation so we could write our own hooks and 
>> just do other crazy stuff.
>>
>> Includes a client/server, Node core style, streaming, chunking, proxy 
>> server stuff.  Was pretty fun to work on.  Hope it helps someone else out.
>>
>> Marc
>>
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [nodejs] Re: [ANN] GrayGelf: Fully compliant Graylog2/GELF client and server

2013-04-04 Thread Dan Milon
See https://github.com/danmilon/winston-graylogger

But I ended up moving away from winston, so I don't use it anymore.
Anyway, it's a 50-liner.

On 04/04/2013 04:48 πμ, Alexey Kupershtokh wrote:
> Hello again Marc :) I'm investigating a possibility to use
> https://github.com/flite/winston-graylog2 in my project. And found 
> that it has become orphan recently 
> .
>
> 
Along with that, it seems that the project does not use any existing
> full-featured gelf/graylog2 lower level transport but has own
> incomplete implementation right within higher level functions and
> therefore has limitations like this 
> .
>
>  I would propose you to adopt the project. And together we could
> make it better and more simple by rebasing onto the graygelf. What
> do you think?
> 
> воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded
> написал:
> 
> https://github.com/wavded/graygelf
> 
> 
> We utilize "GELF" format pretty heavily where I work (it is pretty 
> nice) and needed a complete implementation so we could write our
> own hooks and just do other crazy stuff.
> 
> Includes a client/server, Node core style, streaming, chunking, 
> proxy server stuff.  Was pretty fun to work on.  Hope it helps 
> someone else out.
> 
> Marc
> 
> -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
>
> 
You received this message because you are subscribed to the Google
> Groups "nodejs" group. To post to this group, send email to
> nodejs@googlegroups.com To unsubscribe from this group, send email
> to nodejs+unsubscr...@googlegroups.com For more options, visit this
> group at http://groups.google.com/group/nodejs?hl=en?hl=en
> 
> --- You received this message because you are subscribed to the
> Google Groups "nodejs" group. To unsubscribe from this group and
> stop receiving emails from it, send an email to
> nodejs+unsubscr...@googlegroups.com. For more options, visit
> https://groups.google.com/groups/opt_out.
> 
> 

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [nodejs] Re: [ANN] GrayGelf: Fully compliant Graylog2/GELF client and server

2013-04-05 Thread Alexey Kupershtokh
Thanks. I'll try it shortly.
BTW, why do you not using winston anymore? Using anything better instead?

четверг, 4 апреля 2013 г., 19:31:48 UTC+7 пользователь Dan Milon написал:
>
> See https://github.com/danmilon/winston-graylogger 
>
> But I ended up moving away from winston, so I don't use it anymore. 
> Anyway, it's a 50-liner. 
>
> On 04/04/2013 04:48 πμ, Alexey Kupershtokh wrote: 
> > Hello again Marc :) I'm investigating a possibility to use 
> > https://github.com/flite/winston-graylog2 in my project. And found 
> > that it has become orphan recently 
> > <
> https://github.com/flite/winston-graylog2/commit/8836d0f80f3d464f8ebe1d46be823c7d543aa138>.
>  
>
> > 
> > 
> Along with that, it seems that the project does not use any existing 
> > full-featured gelf/graylog2 lower level transport but has own 
> > incomplete implementation right within higher level functions and 
> > therefore has limitations like this 
> > <
> https://github.com/flite/winston-graylog2/blob/master/lib/winston-graylog2.js#L75>.
>  
>
> > 
> >  I would propose you to adopt the project. And together we could 
> > make it better and more simple by rebasing onto the graygelf. What 
> > do you think? 
> > 
> > воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded 
> > написал: 
> > 
> > https://github.com/wavded/graygelf 
> >  
> > 
> > We utilize "GELF" format pretty heavily where I work (it is pretty 
> > nice) and needed a complete implementation so we could write our 
> > own hooks and just do other crazy stuff. 
> > 
> > Includes a client/server, Node core style, streaming, chunking, 
> > proxy server stuff.  Was pretty fun to work on.  Hope it helps 
> > someone else out. 
> > 
> > Marc 
> > 
> > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 
> > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines 
> > 
> > 
> You received this message because you are subscribed to the Google 
> > Groups "nodejs" group. To post to this group, send email to 
> > nod...@googlegroups.com  To unsubscribe from this group, 
> send email 
> > to nodejs+un...@googlegroups.com  For more options, visit 
> this 
> > group at http://groups.google.com/group/nodejs?hl=en?hl=en 
> > 
> > --- You received this message because you are subscribed to the 
> > Google Groups "nodejs" group. To unsubscribe from this group and 
> > stop receiving emails from it, send an email to 
> > nodejs+un...@googlegroups.com . For more options, visit 
> > https://groups.google.com/groups/opt_out. 
> > 
> > 
>
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [nodejs] Re: [ANN] GrayGelf: Fully compliant Graylog2/GELF client and server

2013-04-05 Thread Dan Milon
IMO it's too bloated and does way too much. I tried to write a patch once and 
it was a mess. Also it's not actively maintained. We're running an internal 
fork of Jog (visiomedia/jog) for now. 

On 5 Απρ 2013, at 12:36 μ.μ., Alexey Kupershtokh  
wrote:

> Thanks. I'll try it shortly.
> BTW, why do you not using winston anymore? Using anything better instead?
> 
> четверг, 4 апреля 2013 г., 19:31:48 UTC+7 пользователь Dan Milon написал:
>> 
>> See https://github.com/danmilon/winston-graylogger 
>> 
>> But I ended up moving away from winston, so I don't use it anymore. 
>> Anyway, it's a 50-liner. 
>> 
>> On 04/04/2013 04:48 πμ, Alexey Kupershtokh wrote: 
>> > Hello again Marc :) I'm investigating a possibility to use 
>> > https://github.com/flite/winston-graylog2 in my project. And found 
>> > that it has become orphan recently 
>> > .
>> >  
>> > 
>> > 
>> Along with that, it seems that the project does not use any existing 
>> > full-featured gelf/graylog2 lower level transport but has own 
>> > incomplete implementation right within higher level functions and 
>> > therefore has limitations like this 
>> > .
>> >  
>> > 
>> >  I would propose you to adopt the project. And together we could 
>> > make it better and more simple by rebasing onto the graygelf. What 
>> > do you think? 
>> > 
>> > воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded 
>> > написал: 
>> > 
>> > https://github.com/wavded/graygelf 
>> >  
>> > 
>> > We utilize "GELF" format pretty heavily where I work (it is pretty 
>> > nice) and needed a complete implementation so we could write our 
>> > own hooks and just do other crazy stuff. 
>> > 
>> > Includes a client/server, Node core style, streaming, chunking, 
>> > proxy server stuff.  Was pretty fun to work on.  Hope it helps 
>> > someone else out. 
>> > 
>> > Marc 
>> > 
>> > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 
>> > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines 
>> > 
>> > 
>> You received this message because you are subscribed to the Google 
>> > Groups "nodejs" group. To post to this group, send email to 
>> > nod...@googlegroups.com To unsubscribe from this group, send email 
>> > to nodejs+un...@googlegroups.com For more options, visit this 
>> > group at http://groups.google.com/group/nodejs?hl=en?hl=en 
>> > 
>> > --- You received this message because you are subscribed to the 
>> > Google Groups "nodejs" group. To unsubscribe from this group and 
>> > stop receiving emails from it, send an email to 
>> > nodejs+un...@googlegroups.com. For more options, visit 
>> > https://groups.google.com/groups/opt_out. 
>> > 
>> >
> 
> -- 
> -- 
> Job Board: http://jobs.nodejs.org/
> Posting guidelines: 
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>  
> --- 
> You received this message because you are subscribed to the Google Groups 
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to nodejs+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [nodejs] Re: [ANN] GrayGelf: Fully compliant Graylog2/GELF client and server

2013-04-05 Thread Alexey Kupershtokh
Have you made it able to send data to the Graylog2 in your fork?

пятница, 5 апреля 2013 г., 16:58:19 UTC+7 пользователь Dan Milon написал:
>
> IMO it's too bloated and does way too much. I tried to write a patch once 
> and it was a mess. Also it's not actively maintained. We're running an 
> internal fork of Jog (visiomedia/jog) for now. 
>
> On 5 Απρ 2013, at 12:36 μ.μ., Alexey Kupershtokh 
> > 
> wrote:
>
> Thanks. I'll try it shortly.
> BTW, why do you not using winston anymore? Using anything better instead?
>
> четверг, 4 апреля 2013 г., 19:31:48 UTC+7 пользователь Dan Milon написал:
>>
>> See https://github.com/danmilon/winston-graylogger 
>>
>> But I ended up moving away from winston, so I don't use it anymore. 
>> Anyway, it's a 50-liner. 
>>
>> On 04/04/2013 04:48 πμ, Alexey Kupershtokh wrote: 
>> > Hello again Marc :) I'm investigating a possibility to use 
>> > https://github.com/flite/winston-graylog2 in my project. And found 
>> > that it has become orphan recently 
>> > <
>> https://github.com/flite/winston-graylog2/commit/8836d0f80f3d464f8ebe1d46be823c7d543aa138>.
>>  
>>
>> > 
>> > 
>> Along with that, it seems that the project does not use any existing 
>> > full-featured gelf/graylog2 lower level transport but has own 
>> > incomplete implementation right within higher level functions and 
>> > therefore has limitations like this 
>> > <
>> https://github.com/flite/winston-graylog2/blob/master/lib/winston-graylog2.js#L75>.
>>  
>>
>> > 
>> >  I would propose you to adopt the project. And together we could 
>> > make it better and more simple by rebasing onto the graygelf. What 
>> > do you think? 
>> > 
>> > воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded 
>> > написал: 
>> > 
>> > https://github.com/wavded/graygelf 
>> >  
>> > 
>> > We utilize "GELF" format pretty heavily where I work (it is pretty 
>> > nice) and needed a complete implementation so we could write our 
>> > own hooks and just do other crazy stuff. 
>> > 
>> > Includes a client/server, Node core style, streaming, chunking, 
>> > proxy server stuff.  Was pretty fun to work on.  Hope it helps 
>> > someone else out. 
>> > 
>> > Marc 
>> > 
>> > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 
>> > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines 
>> > 
>> > 
>> You received this message because you are subscribed to the Google 
>> > Groups "nodejs" group. To post to this group, send email to 
>> > nod...@googlegroups.com To unsubscribe from this group, send email 
>> > to nodejs+un...@googlegroups.com For more options, visit this 
>> > group at http://groups.google.com/group/nodejs?hl=en?hl=en 
>> > 
>> > --- You received this message because you are subscribed to the 
>> > Google Groups "nodejs" group. To unsubscribe from this group and 
>> > stop receiving emails from it, send an email to 
>> > nodejs+un...@googlegroups.com. For more options, visit 
>> > https://groups.google.com/groups/opt_out. 
>> > 
>> > 
>>
>>  -- 
> -- 
> Job Board: http://jobs.nodejs.org/
> Posting guidelines: 
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nod...@googlegroups.com 
> To unsubscribe from this group, send email to
> nodejs+un...@googlegroups.com 
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>  
> --- 
> You received this message because you are subscribed to the Google Groups 
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to nodejs+un...@googlegroups.com .
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  
>
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [nodejs] Re: [ANN] GrayGelf: Fully compliant Graylog2/GELF client and server

2013-04-05 Thread Dan Milon
Yes.

I'll try to release it during the weekend if you'd like. 

On 5 Απρ 2013, at 1:03 μ.μ., Alexey Kupershtokh  
wrote:

> Have you made it able to send data to the Graylog2 in your fork?
> 
> пятница, 5 апреля 2013 г., 16:58:19 UTC+7 пользователь Dan Milon написал:
>> 
>> IMO it's too bloated and does way too much. I tried to write a patch once 
>> and it was a mess. Also it's not actively maintained. We're running an 
>> internal fork of Jog (visiomedia/jog) for now. 
>> 
>> On 5 Απρ 2013, at 12:36 μ.μ., Alexey Kupershtokh  
>> wrote:
>> 
>>> Thanks. I'll try it shortly.
>>> BTW, why do you not using winston anymore? Using anything better instead?
>>> 
>>> четверг, 4 апреля 2013 г., 19:31:48 UTC+7 пользователь Dan Milon написал:
 
 See https://github.com/danmilon/winston-graylogger 
 
 But I ended up moving away from winston, so I don't use it anymore. 
 Anyway, it's a 50-liner. 
 
 On 04/04/2013 04:48 πμ, Alexey Kupershtokh wrote: 
 > Hello again Marc :) I'm investigating a possibility to use 
 > https://github.com/flite/winston-graylog2 in my project. And found 
 > that it has become orphan recently 
 > .
 >  
 > 
 > 
 Along with that, it seems that the project does not use any existing 
 > full-featured gelf/graylog2 lower level transport but has own 
 > incomplete implementation right within higher level functions and 
 > therefore has limitations like this 
 > .
 >  
 > 
 >  I would propose you to adopt the project. And together we could 
 > make it better and more simple by rebasing onto the graygelf. What 
 > do you think? 
 > 
 > воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded 
 > написал: 
 > 
 > https://github.com/wavded/graygelf 
 >  
 > 
 > We utilize "GELF" format pretty heavily where I work (it is pretty 
 > nice) and needed a complete implementation so we could write our 
 > own hooks and just do other crazy stuff. 
 > 
 > Includes a client/server, Node core style, streaming, chunking,  
 > proxy server stuff.  Was pretty fun to work on.  Hope it helps 
 > someone else out. 
 > 
 > Marc 
 > 
 > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 
 > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines 
 > 
 > 
 You received this message because you are subscribed to the Google 
 > Groups "nodejs" group. To post to this group, send email to 
 > nod...@googlegroups.com To unsubscribe from this group, send email 
 > to nodejs+un...@googlegroups.com For more options, visit this 
 > group at http://groups.google.com/group/nodejs?hl=en?hl=en 
 > 
 > --- You received this message because you are subscribed to the 
 > Google Groups "nodejs" group. To unsubscribe from this group and 
 > stop receiving emails from it, send an email to 
 > nodejs+un...@googlegroups.com. For more options, visit 
 > https://groups.google.com/groups/opt_out. 
 > 
 >
>>> 
>>> -- 
>>> -- 
>>> Job Board: http://jobs.nodejs.org/
>>> Posting guidelines: 
>>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
>>> You received this message because you are subscribed to the Google
>>> Groups "nodejs" group.
>>> To post to this group, send email to nod...@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> nodejs+un...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/nodejs?hl=en?hl=en
>>>  
>>> --- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "nodejs" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to nodejs+un...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
> -- 
> -- 
> Job Board: http://jobs.nodejs.org/
> Posting guidelines: 
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>  
> --- 
> You received this message because you are subscribed to the Google Groups 
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to nodejs+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posti

Re: [nodejs] Re: [ANN] GrayGelf: Fully compliant Graylog2/GELF client and server

2013-04-05 Thread Alexey Kupershtokh
I would appreciate this. Thanks in advance.


On Fri, Apr 5, 2013 at 5:25 PM, Dan Milon  wrote:

> Yes.
>
> I'll try to release it during the weekend if you'd like.
>
> On 5 Απρ 2013, at 1:03 μ.μ., Alexey Kupershtokh <
> alexey.kupersht...@gmail.com> wrote:
>
> Have you made it able to send data to the Graylog2 in your fork?
>
> пятница, 5 апреля 2013 г., 16:58:19 UTC+7 пользователь Dan Milon написал:
>>
>> IMO it's too bloated and does way too much. I tried to write a patch once
>> and it was a mess. Also it's not actively maintained. We're running an
>> internal fork of Jog (visiomedia/jog) for now.
>>
>> On 5 Απρ 2013, at 12:36 μ.μ., Alexey Kupershtokh 
>> wrote:
>>
>> Thanks. I'll try it shortly.
>> BTW, why do you not using winston anymore? Using anything better instead?
>>
>> четверг, 4 апреля 2013 г., 19:31:48 UTC+7 пользователь Dan Milon написал:
>>>
>>> See 
>>> https://github.com/danmilon/**winston-graylogger
>>>
>>> But I ended up moving away from winston, so I don't use it anymore.
>>> Anyway, it's a 50-liner.
>>>
>>> On 04/04/2013 04:48 πμ, Alexey Kupershtokh wrote:
>>> > Hello again Marc :) I'm investigating a possibility to use
>>> > https://github.com/flite/**winston-graylog2in
>>> >  my project. And found
>>> > that it has become orphan recently
>>> > >> 8836d0f80f3d464f8ebe1d46be823c**7d543aa138>.
>>>
>>> >
>>> >
>>> Along with that, it seems that the project does not use any existing
>>> > full-featured gelf/graylog2 lower level transport but has own
>>> > incomplete implementation right within higher level functions and
>>> > therefore has limitations like this
>>> > >> lib/winston-graylog2.js#L75>.
>>>
>>> >
>>> >  I would propose you to adopt the project. And together we could
>>> > make it better and more simple by rebasing onto the graygelf. What
>>> > do you think?
>>> >
>>> > воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded
>>> > написал:
>>> >
>>> > https://github.com/wavded/**graygelf
>>> > >
>>>
>>> >
>>> > We utilize "GELF" format pretty heavily where I work (it is pretty
>>> > nice) and needed a complete implementation so we could write our
>>> > own hooks and just do other crazy stuff.
>>> >
>>> > Includes a client/server, Node core style, streaming, chunking,
>>> > proxy server stuff.  Was pretty fun to work on.  Hope it helps
>>> > someone else out.
>>> >
>>> > Marc
>>> >
>>> > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines:
>>> > https://github.com/joyent/**node/wiki/Mailing-List-**
>>> Posting-Guidelines
>>> >
>>> >
>>> You received this message because you are subscribed to the Google
>>> > Groups "nodejs" group. To post to this group, send email to
>>> > nod...@googlegroups.com To unsubscribe from this group, send email
>>> > to nodejs+un...@googlegroups.com For more options, visit this
>>> > group at 
>>> > http://groups.google.com/**group/nodejs?hl=en?hl=en
>>> >
>>> > --- You received this message because you are subscribed to the
>>> > Google Groups "nodejs" group. To unsubscribe from this group and
>>> > stop receiving emails from it, send an email to
>>> > nodejs+un...@googlegroups.com. For more options, visit
>>> > https://groups.google.com/**groups/opt_out.
>>>
>>> >
>>> >
>>>
>>>  --
>> --
>> Job Board: http://jobs.nodejs.org/
>> Posting guidelines: https://github.com/joyent/**node/wiki/Mailing-List-**
>> Posting-Guidelines
>> You received this message because you are subscribed to the Google
>> Groups "nodejs" group.
>> To post to this group, send email to nod...@googlegroups.com
>> To unsubscribe from this group, send email to
>> nodejs+un...@**googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/**group/nodejs?hl=en?hl=en
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "nodejs" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to nodejs+un...@**googlegroups.com.
>> For more options, visit 
>> https://groups.google.com/**groups/opt_out
>> .
>>
>>
>>
>>  --
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this messag

Re: [nodejs] Re: [ANN] GrayGelf: Fully compliant Graylog2/GELF client and server

2013-04-05 Thread Michael Hart
We're using bunyan[1] and gelf-stream[2] - bunyan is quite lightweight and 
used by Joyent and a number of other services.

[1] https://github.com/trentm/node-bunyan
[2] https://github.com/mhart/gelf-stream

On Friday, 5 April 2013 20:36:21 UTC+11, Alexey Kupershtokh wrote:
>
> Thanks. I'll try it shortly.
> BTW, why do you not using winston anymore? Using anything better instead?
>
> четверг, 4 апреля 2013 г., 19:31:48 UTC+7 пользователь Dan Milon написал:
>>
>> See https://github.com/danmilon/winston-graylogger 
>>
>> But I ended up moving away from winston, so I don't use it anymore. 
>> Anyway, it's a 50-liner. 
>>
>> On 04/04/2013 04:48 πμ, Alexey Kupershtokh wrote: 
>> > Hello again Marc :) I'm investigating a possibility to use 
>> > https://github.com/flite/winston-graylog2 in my project. And found 
>> > that it has become orphan recently 
>> > <
>> https://github.com/flite/winston-graylog2/commit/8836d0f80f3d464f8ebe1d46be823c7d543aa138>.
>>  
>>
>> > 
>> > 
>> Along with that, it seems that the project does not use any existing 
>> > full-featured gelf/graylog2 lower level transport but has own 
>> > incomplete implementation right within higher level functions and 
>> > therefore has limitations like this 
>> > <
>> https://github.com/flite/winston-graylog2/blob/master/lib/winston-graylog2.js#L75>.
>>  
>>
>> > 
>> >  I would propose you to adopt the project. And together we could 
>> > make it better and more simple by rebasing onto the graygelf. What 
>> > do you think? 
>> > 
>> > воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded 
>> > написал: 
>> > 
>> > https://github.com/wavded/graygelf 
>> >  
>> > 
>> > We utilize "GELF" format pretty heavily where I work (it is pretty 
>> > nice) and needed a complete implementation so we could write our 
>> > own hooks and just do other crazy stuff. 
>> > 
>> > Includes a client/server, Node core style, streaming, chunking, 
>> > proxy server stuff.  Was pretty fun to work on.  Hope it helps 
>> > someone else out. 
>> > 
>> > Marc 
>> > 
>> > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 
>> > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines 
>> > 
>> > 
>> You received this message because you are subscribed to the Google 
>> > Groups "nodejs" group. To post to this group, send email to 
>> > nod...@googlegroups.com To unsubscribe from this group, send email 
>> > to nodejs+un...@googlegroups.com For more options, visit this 
>> > group at http://groups.google.com/group/nodejs?hl=en?hl=en 
>> > 
>> > --- You received this message because you are subscribed to the 
>> > Google Groups "nodejs" group. To unsubscribe from this group and 
>> > stop receiving emails from it, send an email to 
>> > nodejs+un...@googlegroups.com. For more options, visit 
>> > https://groups.google.com/groups/opt_out. 
>> > 
>> > 
>>
>>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.