systemd / systemd

The systemd System and Service Manager
https://systemd.io
GNU General Public License v2.0
12.88k stars 3.7k forks source link

more fine-grained journal upload #842

Open zabbal opened 8 years ago

zabbal commented 8 years ago

At the moment systemd-journal-upload push all the logs (according to http://www.freedesktop.org/software/systemd/man/systemd-journal-upload.html) to remote site. Would be nice to have more control of what is actually pushed - options like -u, -p from journalctl would be very helpful and "natural" addition.

keszybz commented 8 years ago

A full set of matches like for journalctl would be nice...

archuserr commented 7 years ago

Add my vote for this one. Specifically, I want to configure journal-upload to only upload entries from the past X days. This is specifically for when I first enable journal-upload, it will upload the whole journal (months of entries) to the server. I want to avoid that.