Hey everybody,

I am currently starting to use Heka in production for us internally. We
are having a distributed system in Java which uses Logback for logging
-- I am now using a Logback backend to output JSON [1], and re-import
this with a LuaDecoder into Heka which I have uploaded at [2].

Basically, I'd then want to stream this to a centralized Heka instance.
Would this be the way to go in terms of general system setup?


Furthermore, it would help for debugging if the debug log of the latest
hour/day would also be available as a simple text file. For me, it would
be very nice if I could use the FileOutput of Heka to create e.g. one
log-file per-day, with the option of cleaning that up afterwards as
well. As far as I see, this is currently not possible; does that
approach even make sense, or is this just a missing feature?

Thanks in advance and greets, Sebastian


[1] https://github.com/logstash/logstash-logback-encoder
[2] https://gist.github.com/skurfuerst/77f2b12c31f5327b4eba

_______________________________________________
Heka mailing list
[email protected]
https://mail.mozilla.org/listinfo/heka

Reply via email to