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