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

@wawadukan wawadukan commented Jan 25, 2017

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

@repeatedly repeatedly commented Jan 27, 2017

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

@adrianog adrianog commented Nov 17, 2018

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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.