From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Archiving audits daily Date: Sat, 18 Oct 2008 11:28:15 -0400 Message-ID: <200810181128.16012.sgrubb@redhat.com> References: <48F61221.2050509@redhat.com> <48F9F98B.8030207@ll.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <48F9F98B.8030207@ll.mit.edu> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Saturday 18 October 2008 10:58:19 Ed Christiansen wrote: > I have a requirement to archive audits daily. =A0I can use the > audit tools to get all the records for a single day: > > ausearch -ts 10/16/2008 00:00:00 -te 10/16/2008 23:59:60 > > but this returns a processed log entry. Add "--raw" to the ausearch line and you will get unprocessed lines. -Steve