Hi,

here's a WIP port for hindsight,
(http://mozilla-services.github.io/hindsight/) a 'C-based data
processing infrastructure pipeline' for log/metrics analysis and
distribution, akin to the ELK stack. It replaces 'heka' which was also a
mozilla too (see
https://mail.mozilla.org/pipermail/heka/2016-May/001059.html)

So far i have it running in basic testing with hacks around, getting
system logs via udp input, or nginx access logfile parsing on the fly -
didnt try yet to output the messages to ES or something else.

If ppl are interested in this topic/trying it, let me know. Im not sure
i'll pursue this, given that some stuff relies on linux stuff
(pthread_timedjoin_np) or inotify to reload config on the fly,
posix semaphores to notify threads... and i know nothing to lua porting
:)

More info on how its used at mozilla:
https://docs.telemetry.mozilla.org/concepts/data_pipeline.html

Landry

Attachment: hindsight-luasandbox+extensions.tgz
Description: application/tar-gz

Reply via email to