From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: audisp-prelude problems Date: Wed, 3 Dec 2008 12:02:42 -0500 Message-ID: <200812031202.42365.sgrubb@redhat.com> References: <49424.193.230.245.33.1228323199.squirrel@secure.myclar.ro> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <49424.193.230.245.33.1228323199.squirrel@secure.myclar.ro> 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 Wednesday 03 December 2008 11:53:19 Loredan Stancu wrote: > Supposing the remote system is an SElinux machine (a machine which stores > all the user activity send by audisp-remote plugins. There are more then > one machine for which I want to store events) what should I do on this > machine to keep separate file events for each machine The current design of the audit system is to aggregate all logs in a unifield format. Ausearch and report are node aware and can separate records based on the originating node. ausearch --start today --node 192.168.1.1 This of course assumes that you took the step of selecting a node name in /etc/audisp/audispd.conf. :) -Steve