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

Support sending data over HTTP(s) #26

Open
kiyoto opened this issue Feb 2, 2015 · 2 comments
Open

Support sending data over HTTP(s) #26

kiyoto opened this issue Feb 2, 2015 · 2 comments

Comments

@kiyoto
Copy link
Contributor

kiyoto commented Feb 2, 2015

It would be nice to add the option to log data to in_http.

A common use case is for people who run Fluentd on Heroku (ex: see this repo.)

NOTE to the maintianers/contributors: this is meant to be one of the projects for Facebook Open Academy =)

@fukangwen
Copy link

Hello, we are the contributors working on this feature for the python logger. However, because of @kiyoto 's circumstances, we have decided to move on from this issue. Below you can find our original interpretation and plan to move forward, which I hope would be useful for future contributors who are interested in finishing this issue:

  1. Modify sender.py. Instead of using sockets to transfer data, we implement a data transfer through http post connection using httplib in python.
  2. Possible fields that need to be added to sender: bind.
  3. Modify event interface to allow for the usage of both kind of senders.
  4. Either have a separate sender or have the sender take a parameter to identify the type of sender to use
  5. An important question to think about: how do we port the test of in_http to the python logger?

Thanks for reading!

@mdazam1942
Copy link

is there any progress or any update on supporting https or tls stream?

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