30 Jan
2002
30 Jan
'02
11:47 p.m.
I would like to be able to create a single filter for multiple hosts. Can someone help me with the syntax. i.e. filter f_sec1 { program(sudo) and host(host1 or host2 or host3) ; }; -- Chuck
4 Feb
4 Feb
3:03 p.m.
On Wed, Jan 30, 2002 at 03:47:35PM -0800, Chuck Kelly wrote:
I would like to be able to create a single filter for multiple hosts. Can someone help me with the syntax.
i.e. filter f_sec1 { program(sudo) and host(host1 or host2 or host3) ; };
filter f_sec1 { program("sudo") and host("host1|host2|host3"); }; or something like this. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
8601
Age (days ago)
8606
Last active (days ago)
1 comments
2 participants
participants (2)
-
Balazs Scheidler
-
Chuck Kelly