[heka] Logstreamer fails if log directory does not exist

2016-01-01 Thread Eric LEMOINE
Hi First of all thank you for Heka! The logstreamer plugin fails to initialize with "lstat /var/log/foo: no such file or directory" if the log directory doesn't exist. In my case I would like the logstreamer plugin to do nothing if the log directory doesn't exist. And I'd like it to "wake up"

[heka] Heka consumes CPU doing nothing

2016-01-12 Thread Eric LEMOINE
Hi This is to report what may be an issue in Heka, where Heka consumes CPU while there's nothing to do. My test-case is the following: LogStreamer with an rsyslog.lua decoder reading logs from a number of static log files. After having processed all the logs (from all the files) Heka still

Re: [heka] Heka consumes CPU doing nothing

2016-01-12 Thread Eric LEMOINE
On Tue, Jan 12, 2016 at 9:30 AM, Eric LEMOINE <elemo...@mirantis.com> wrote: > Hi > > This is to report what may be an issue in Heka, where Heka consumes > CPU while there's nothing to do. > > My test-case is the following: LogStreamer with an rsyslog.lua decoder >

Re: [heka] Idle packs and wedged Heka

2016-04-09 Thread Eric LEMOINE
On Wed, Apr 6, 2016 at 8:48 PM, Rob Miller wrote: > I'm not sure exactly what is going on here, but I can provide you w/ some > info that might help you debug further: > > * Any packs that are in a decoder's input channel can only have come from > the input pool, i.e.

Re: [heka] Idle packs and wedged Heka

2016-04-09 Thread Eric LEMOINE
On Wed, Apr 6, 2016 at 8:48 PM, Rob Miller wrote: > I'm not sure exactly what is going on here, but I can provide you w/ some > info that might help you debug further: > > * Any packs that are in a decoder's input channel can only have come from > the input pool, i.e.

Re: [heka] heka wedged

2016-04-04 Thread Eric LEMOINE
> Buffering does help, yes. When buffering is in use, the shared pack from the global pool is recycled immediately after the message is written to the disk buffer. Each plugin that uses disk buffering uses its own packs internally that don't intermingle with the global packs at all. That makes

[heka] Idle packs and wedged Heka

2016-04-04 Thread Eric LEMOINE
Hi We're running into a situation where Heka reports about "idle packs" and is "wedged". See the Heka diagnostics in . So the inject and input recycle channels are empty – no free packs. And the http_metrics_filter sandbox is

Re: [heka] Idle packs and wedged Heka

2016-04-15 Thread Eric LEMOINE
Le 14 avr. 2016 19:05, "Rob Miller" a écrit : > > Sorry to be slow to respond, I've been away. > > Unfortunately I can't say for sure what's going on here. The idle packs being associated w/ your influx accumulator filter appears to imply that the packs are being injected

[heka] New Heka release?

2016-09-02 Thread Eric LEMOINE
Hi Heka 0.10.0 was released in December 2015. Since then a number of features and fixes have been added to the "dev" branch. For that reason we currently use the "dev" branch, which we build ourselves. Would releasing 0.11 make sense? I think that would make a lot people happy :) Thanks!

Re: [heka] Hinsight in pull mode

2016-09-21 Thread Eric LEMOINE
On Wed, Sep 21, 2016 at 10:48 AM, Mathieu Parent wrote: > Hello (again), > > Hindsight is using a push-model (i.e Nagios passive checks). This is > great, but I want to plug it with Prometheus which uses pull-model > [1]. > > I see several ways to handle this: > - use the

Re: [heka] New Heka release?

2016-09-18 Thread Eric LEMOINE
On Thu, Sep 15, 2016 at 6:47 PM, Waqar Khan wrote: > Hi Eric, > > Heka is now deprecated, I do not think they will make any future releases. > See the mail archive for more details. I know. But the main branch (the "dev" branch) has evolved since the 0.10 release. So I just