Re: [systemd-devel] RFC: filter and search journalctl

2015-08-18 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Aug 18, 2015 at 09:00:27AM -0400, Anne Mulhern wrote: > Re-reading the docs, I realize that the information is right there in plain > sight. > If the value is not defined, the variable name, minus the @ signs, is > displayed. > Nice and simple. > > But now, I wonder what happens for fiel

Re: [systemd-devel] RFC: filter and search journalctl

2015-08-18 Thread Anne Mulhern
- Original Message - > From: "Anne Mulhern" > To: systemd-devel@lists.freedesktop.org > Sent: Monday, August 17, 2015 11:34:10 AM > Subject: Re: [systemd-devel] RFC: filter and search journalctl > > > > > > - Original Message

Re: [systemd-devel] RFC: filter and search journalctl

2015-08-17 Thread Anne Mulhern
- Original Message - > From: "Zbigniew Jędrzejewski-Szmek" > To: "Anne Mulhern" > Cc: systemd-devel@lists.freedesktop.org, "Sebastian Schindler" > > Sent: Monday, August 17, 2015 10:45:11 AM > Subject: Re: [systemd-devel] RFC: filter

Re: [systemd-devel] RFC: filter and search journalctl

2015-08-17 Thread Zbigniew Jędrzejewski-Szmek
, August 8, 2015 3:48:30 PM > > Subject: Re: [systemd-devel] RFC: filter and search journalctl > > > > On Fri, Aug 07, 2015 at 11:53:13AM +0200, Sebastian Schindler wrote: > > > Grep-ing seems to be the only solution to find log entries if you don't > > > f

Re: [systemd-devel] RFC: filter and search journalctl

2015-08-17 Thread Anne Mulhern
- Original Message - > From: "Zbigniew Jędrzejewski-Szmek" > To: "Sebastian Schindler" > Cc: systemd-devel@lists.freedesktop.org > Sent: Saturday, August 8, 2015 3:48:30 PM > Subject: Re: [systemd-devel] RFC: filter and search journalctl > >

Re: [systemd-devel] RFC: filter and search journalctl

2015-08-08 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Aug 07, 2015 at 11:53:13AM +0200, Sebastian Schindler wrote: > Grep-ing seems to be the only solution to find log entries if you don't fully > know what you're looking for. For example: You want to see all entries > containing a certain MESSAGE that gets enriched with additional information

Re: [systemd-devel] RFC: filter and search journalctl

2015-08-08 Thread Goffredo Baroncelli
On 2015-08-07 11:53, Sebastian Schindler wrote: > Hi all. > > The journal format offers powerful filter capabilities. Unfortunately this > power > is lost, if you have to use grep to find certain information. > Example given (unscientific benchmark), count the number of entries for a > (known) ex

Re: [systemd-devel] RFC: filter and search journalctl

2015-08-07 Thread David Timothy Strauss
I think you should look into forwarding your logs to a more sophisticated aggregator, like the ELK stack. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] RFC: filter and search journalctl

2015-08-07 Thread Sebastian Schindler
Hi all. The journal format offers powerful filter capabilities. Unfortunately this power is lost, if you have to use grep to find certain information. Example given (unscientific benchmark), count the number of entries for a (known) executable: $> journalctl --disk-usage Archived and act