[heka] [question] plugin output

2015-01-07 Thread Djamel F.
On one side I have data running in heka and on the other side a web application which frequently need to display instant metric values coming from heka. So what is the best way to retrieve data flowing into heka? That would be great if heka could provide a REST api that we could query, but I don't

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

[heka] [Heka] Test Sandboxes

2015-01-22 Thread Djamel F.
I wrote many sandboxes to treat data, and I would ​to do some test ​in order ​ to make sure of the reliability of my sandboxes ​​ . But I didn't find how write test file ​. ​ ​Please help me to find how to make test​ , --- Djamel FELLAH ___ Heka mailin

[heka] load a large number of sandboxes.

2015-02-09 Thread Djamel F.
recently I tried to load many sandboxes at once, but I don't found how to use heka-sbmgrload command. After reading the doc I understood I need to run this following command: heka-sbmgrload [-conf

[heka] use external function

2015-02-13 Thread Djamel F.
Hi, I'm working on a lua sandbox encoder & decoder to dump or load a raw string. So I'm using string.format("%q", "") to escape any special chars in the encoding process. And now I want to do is the opposite in the decoder, I mean unescape the string. So I tried to use the "loadstring" function bu

Re: [heka] use external function

2015-02-16 Thread Djamel F.
rk properly in a Heka message as-is. > > On Fri, Feb 13, 2015 at 2:46 AM, Djamel F. wrote: > >> Hi, >> >> I'm working on a lua sandbox encoder & decoder to dump or load a raw >> string. >> So I'm using string.format("%q", "&q