clearly icon indicating copy to clipboard operation
clearly copied to clipboard

Send logs to Logstash?

Open Seb012007 opened this issue 2 years ago • 1 comments

Hello,

Is there any way to send these logs to Logstash with Clearly container?

I mean using something like these : https://logz.io/blog/python-logs-elk-elastic-stack/ https://python-logstash-async.readthedocs.io/en/stable/

Seb012007 avatar Apr 15 '22 06:04 Seb012007

Hey @Seb012007,

There isn't at the moment, but shouldn't be too hard to implement... The architecture is open for this, the ClearlyServer is a gRPC server, which would happily respond to any client that wanted to capture log messages in real-time, and send them to ELK or whatever other service. It could also be some kind of plugin, installed right within ClearlyClient, which would allow capturing messages on-demand.

Unfortunately, I do not have any free time to make it, but I would gladly accept pull requests for it...

rsalmei avatar Apr 16 '22 16:04 rsalmei