fluent-logger-python icon indicating copy to clipboard operation
fluent-logger-python copied to clipboard

Fluent send via UDP

Open wawadukan opened this issue 8 years ago • 2 comments

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!

wawadukan avatar Jan 25 '17 23:01 wawadukan

Now, do you have idea to send that via udp?

fluent-logger-python doesn't support UDP yet. In the past, someone tried it but I didn't receive good PR...

repeatedly avatar Jan 27 '17 04:01 repeatedly

Has this changed? Is there any other way to talk over udp to fluentd from python?

adrianog avatar Nov 17 '18 10:11 adrianog