public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
* ausearch nodes option
@ 2009-06-05 14:07 LC Bruzenak
  2009-06-05 14:42 ` Steve Grubb
  0 siblings, 1 reply; 3+ messages in thread
From: LC Bruzenak @ 2009-06-05 14:07 UTC (permalink / raw)
  To: Linux Audit

On an audit collector machine, I (obviously) have data from different
hosts.
In an ausearch I would like to look for events from multiple hosts.
Ideally I would have multiple "-n <HOSTNAME>" entries which would return
events for any of the hosts.

The man page says that the options form an "and" statement. I find this
isn't the case with multiple hosts specified, but the result is the
"last host listed wins": 

[root@audit audit]# ausearch -i -n client3 -n client12 | grep client3 |
wc 
      0       0       0

[root@audit audit]# ausearch -i -n client12 -n client3 | grep client3 |
wc 
   2035   35292  529086

[root@audit audit]# ausearch -i -n client12 -n client3 | grep client12 |
wc 
      0       0       0

[root@audit audit]#  ausearch -i -n client3 -n client12 | grep client12
| wc 
   1709   29481  445211


I may patch my own ausearch to behave differently. I could just extract
them independently, however then I'd need to weave them back together
because I need the events to be sequential.

LCB.

-- 
LC (Lenny) Bruzenak
lenny@magitekltd.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-05 15:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-05 14:07 ausearch nodes option LC Bruzenak
2009-06-05 14:42 ` Steve Grubb
2009-06-05 15:12   ` LC Bruzenak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox