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 HTTP stream as used by journald-upload #86

Open
ThorbenJ opened this issue May 3, 2018 · 2 comments
Open

Support HTTP stream as used by journald-upload #86

ThorbenJ opened this issue May 3, 2018 · 2 comments

Comments

@ThorbenJ
Copy link

ThorbenJ commented May 3, 2018

Opening this here, as a follow up to: elastic/logstash#2594

Journald has a native way to send logs to a remote system, and it would be nice if Logstash could receive them.

Journald uses HTTP streaming. i.e. Open connection with some headers and the first message, the server then gives "100 Continue" and the next message is sent, ad-infinitum:

https://www.freedesktop.org/software/systemd/man/systemd-journal-upload.html

This sort of streaming does not yet seem easily possible with the HTTP input plugin.

@jsvd jsvd self-assigned this May 8, 2018
@jsvd jsvd removed their assignment May 11, 2018
@johntdyer
Copy link

yea, we need this

@JonnyHaystack
Copy link

Has there been any change here in the last 2 years? Would be very nice to have systemd-journal-upload transfer directly to logstash.

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

4 participants