Fluent send via UDP #75
Open
Comments
fluent-logger-python doesn't support UDP yet. |
|
Has this changed? Is there any other way to talk over udp to fluentd from python? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi folks
I've tried to send logs to fluentd with this code
from fluent import sender logger = sender.FluentSender('app', host='127.0.0.1', port=24224) logger.emit('test', {'from': 'localhost', 'to': 'fluentd'}) logger.close()And success!
Now, do you have idea to send that via udp?
If it's already the feature, please write it on readme.md. I think I'm not only one who wants to send logs via UDP.
Thank you!
The text was updated successfully, but these errors were encountered: