Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send logs to Logstash? #61

Open
Seb012007 opened this issue Apr 15, 2022 · 1 comment
Open

Send logs to Logstash? #61

Seb012007 opened this issue Apr 15, 2022 · 1 comment

Comments

@Seb012007
Copy link

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/

@rsalmei
Copy link
Owner

rsalmei commented Apr 16, 2022

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants