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 for third party log sources #97

Open
jdrews opened this issue Oct 10, 2015 · 1 comment
Open

Support for third party log sources #97

jdrews opened this issue Oct 10, 2015 · 1 comment

Comments

@jdrews
Copy link

jdrews commented Oct 10, 2015

Providing a means for third parties to push logs to rtail-server would be useful. I would expect some configurable form of delineation to specify stream source, etc and a general form of the message to be sent.
Example from the log.io page:
https://github.com/NarrativeScience/Log.io#server-tcp-interface

+log|my_stream|my_node|info|this is log message\r\n

Particularly useful when logs originate from systems that do not have unix pipes. (Windows)

@kilianc
Copy link
Owner

kilianc commented Oct 29, 2015

@jdrews thanks for stopping by!

That's a neat Idea. The protocol is very simple and I will add this to my to-do list. I think just a quick section in the readme is enough, is just a matter of describing the object structure.

Eventually I would love to write a test suite that third party can run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants