Question

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 ?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top