Skip to content

Support HTTP stream as used by journald-upload #86

@ThorbenJ

Description

@ThorbenJ

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions