From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Chronological audit logs Date: Tue, 28 Nov 2006 16:36:19 -0500 Message-ID: <200611281636.20099.sgrubb@redhat.com> References: <954E3479CC27224785179CA04904214D04336D07@0668-its-exmp01.us.saic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <954E3479CC27224785179CA04904214D04336D07@0668-its-exmp01.us.saic.com> 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 Cc: "Kirkwood, David A" List-Id: linux-audit@redhat.com On Tuesday 28 November 2006 16:06, Kirkwood, David A wrote: > Can someone tell me how I can generate a chronological listing between 2 > dates of all the issues I have designated to watch in the audit capabilities > of the system? ausearch -ts date1 -te date2 > I currently use Sun workstations and generate the audit logs via praudit and > was looking for some way to set up simaller archived weekly audit logs. You would need to setup a cron job to do the weekly rotation if that is what you want. There is a sample cron script, auditd.cron, that you can use as a starting point. The normal rotation is by size in order to fit more data onto your drives. -Steve