From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: where can I find documentation on audit log formats? Date: Tue, 13 Oct 2015 20:49:46 -0400 Message-ID: <3424599.fKVEvYMn46@x2> References: <561D8B3C.4050404@jlbond.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <561D8B3C.4050404@jlbond.com> 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 Tuesday, October 13, 2015 03:52:44 PM Bond Masuda wrote: > I'm writing a tool to put audit logs into a database. I can guess at the > format based on samples of logs I'm seeing, but I would feel better if I > could find documentation that shows all the different types of audit log > messages and what is in those messages. Unfortunately, there is no reference that captures everything. I do have an ausearch test suite that can aid in collating events so that you have one of everything: http://people.redhat.com/sgrubb/audit/ausearch-test-0.5.tar.gz In it, run ./gather-logs as root. You might also find the aucoverage program helpful in determining what's missing. -Steve