Вопрос

I would like to build a thrift server which would feign itself as a Scribe Server and read all the from different boxes and basing on information present in logs, send out alerts or perform certain actions.

Are there any available projects which would suit my requirements ? If I have to write it from scratch how would I read the log lines in server ?

Это было полезно?

Решение

Wrote it from scratch and works fine. Just changed the Python thrift code to listen to scribe's forwarder and process it accordingly. Since both use the same protocol it was not much of a hassle.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top