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

Fluent send via UDP #75

Open
wawadukan opened this issue Jan 25, 2017 · 2 comments
Open

Fluent send via UDP #75

wawadukan opened this issue Jan 25, 2017 · 2 comments

Comments

@wawadukan
Copy link

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!

@repeatedly
Copy link
Member

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

@adrianog
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants