From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bond Masuda Subject: where can I find documentation on audit log formats? Date: Tue, 13 Oct 2015 15:52:44 -0700 Message-ID: <561D8B3C.4050404@jlbond.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx03.extmail.prod.ext.phx2.redhat.com [10.5.110.27]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t9DMqlwh023594 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 13 Oct 2015 18:52:47 -0400 Received: from mail.jlbond.com (mail2.jlbond.com [68.15.28.130]) by mx1.redhat.com (Postfix) with ESMTP id ED99A8CF43 for ; Tue, 13 Oct 2015 22:52:45 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.jlbond.com (Postfix) with ESMTP id B9EE979BEA for ; Tue, 13 Oct 2015 15:52:44 -0700 (PDT) Received: from mail.jlbond.com ([127.0.0.1]) by localhost (mail.jlbond.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vZ0qlAcfi-ju for ; Tue, 13 Oct 2015 15:52:44 -0700 (PDT) Received: from taipei.bbky.org (firewall.bbky.org [192.168.0.1]) by mail.jlbond.com (Postfix) with ESMTP id 56801799CC for ; Tue, 13 Oct 2015 15:52:44 -0700 (PDT) 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 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. Thanks Bond