Re: [heka] HTTP Output and message batching

2015-08-17 Thread Simon Pasquier
Hello Andre, On Sat, Aug 15, 2015 at 4:35 PM, Andre wrote: > Hi there, > > I was reading the HTTP Output and had a few questions: > > * Is the HTTP Output aware of the response being provided by the HTTP > server at the other end of a TCP session? (i.e. will the server treat > a 500 as a non-del

Re: [heka] Automatically loading/unloading sandbox filter

2015-08-17 Thread Rob Miller
Sorry for the delay, just getting back from a week off-line and working my way through the back-log. On 08/05/2015 06:24 PM, mark --- wrote: Hello, I'd like to use sandboxmanger to load/unload filters based on incoming heka messages rather than manually using the heka-sbmgr

Re: [heka] HTTP Output and message batching

2015-08-17 Thread Rob Miller
On 08/17/2015 02:32 AM, Simon Pasquier wrote: Hello Andre, On Sat, Aug 15, 2015 at 4:35 PM, Andre mailto:andre-li...@fucs.org>> wrote: * The documentation states: "This output doesn’t support any request batching; each received message will generate an HTTP request. Batching can be

Re: [heka] Hindsight

2015-08-17 Thread Michael Trinkala
Yes, I will get the plugins checked in shortly I just need to add a config option or two. run once - set the ticker_interval to 0 and return from process_message when you are done polling - set the ticker_interval > 0 and return from process_message, it will be called again when the ticker interva