Hi, I'm using heka to read logs with logstreamer (nginx access log) and ship them to another heka via TcpOutput. I'm new to heka (and this ML) so here are my questions:
Is bufferedoutput (to disk) mandatory? (maybe i'm not understanding the code correctly/missed a config) In my case it produces useless IO, ie read logs from disk, split them, parse them, write them to disk, read them again and send them via tcp. Is there plan for memory buffer output (buffered chan, ...). Output buffer shrink only every ticker_interval, which is 300sec, isn't it too much by default? (on first run of heka with big input logs buffer can grow a lot) queue_full_action = block doesn't recover (you have to restart heka) or i'm not patient enough? Thanks in advance Etienne
_______________________________________________ Heka mailing list [email protected] https://mail.mozilla.org/listinfo/heka

