Re: [heka] how can we write to stderr from a lua sandbox

2015-01-15 Thread Djamel F.
Thanks for your help, it is very helpful for me. I would to know if I can do the same thing as error function in process_message ? Cordialement, --- Djamel FELLAH Tél : +33 6 26 68 57 09 Élève Ingénieur en Informatique École Université de Technologie de Belfort-Montbéliard On 14 January 2015

Re: [heka] Which data can I collect from a Windows host?

2015-01-15 Thread Ali
Awesome! Thanks for the very helpful info. I didn't know about typeperf (or wmic which I'm now seeing). That plus ProcessInput can get me a long way for now, and I'm anxious to see what Windows Event Collector can do. -Ali On Wed Jan 14 2015 at 7:23:11 PM Tiru Srikantha wrote: > I'm using it

Re: [heka] how can we write to stderr from a lua sandbox

2015-01-15 Thread Rob Miller
You can use the error function from within process_message, but it won't have the same effect, it'll cause the filter to exit without generating any meaningful output. On the dev branch, it's possible for process_message to return an error code and an error message and the message will be writt