* Help with auditd.conf
@ 2008-04-29 18:23 Scott Ehrlich
2008-04-29 18:37 ` Ed Christiansen
2008-04-29 18:56 ` Steve Grubb
0 siblings, 2 replies; 6+ messages in thread
From: Scott Ehrlich @ 2008-04-29 18:23 UTC (permalink / raw)
To: linux-audit
Hello to all:
I have Snare Agent and audit 1.5.2 running on a CentOS 5.0 box and a RHEL
5.0 server. I ideally would like audit logs to be sent to both the
system's local audit.log file and to a log server. I reviewed the
/etc/audit/auditd.conf file and tried to play with things and move things
around, but an active watch of my log server's /var/log/syslog and local
machine's audit.log does NOT show simultaneous activity, leading me to
think it is either one way or the other, and that simultaneous local and
remote logging is not possible.
Is there a way to get both?
Thanks.
Scott
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Help with auditd.conf
2008-04-29 18:23 Help with auditd.conf Scott Ehrlich
@ 2008-04-29 18:37 ` Ed Christiansen
2008-04-29 18:43 ` Greg Herrmann
2008-04-29 19:01 ` Tony Jones
2008-04-29 18:56 ` Steve Grubb
1 sibling, 2 replies; 6+ messages in thread
From: Ed Christiansen @ 2008-04-29 18:37 UTC (permalink / raw)
Cc: linux-audit@redhat.com
Do you REALLY want to do this? your filesystem
will just have more space taken up with duplicate
information.
Scott Ehrlich wrote:
> Hello to all:
>
> I have Snare Agent and audit 1.5.2 running on a CentOS 5.0 box and a RHEL
> 5.0 server. I ideally would like audit logs to be sent to both the
> system's local audit.log file and to a log server. I reviewed the
> /etc/audit/auditd.conf file and tried to play with things and move things
> around, but an active watch of my log server's /var/log/syslog and local
> machine's audit.log does NOT show simultaneous activity, leading me to
> think it is either one way or the other, and that simultaneous local and
> remote logging is not possible.
>
> Is there a way to get both?
>
> Thanks.
>
> Scott
>
> --
> Linux-audit mailing list
> Linux-audit@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-audit
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Help with auditd.conf
2008-04-29 18:37 ` Ed Christiansen
@ 2008-04-29 18:43 ` Greg Herrmann
2008-04-29 19:51 ` Kevin Boyce
2008-04-29 19:01 ` Tony Jones
1 sibling, 1 reply; 6+ messages in thread
From: Greg Herrmann @ 2008-04-29 18:43 UTC (permalink / raw)
To: Ed Christiansen; +Cc: linux-audit@redhat.com
[-- Attachment #1.1: Type: text/plain, Size: 1352 bytes --]
Which version of Snare are you running? If it's on an RHEL 5 server, I would assume version 1.3. If so, shouldn't you be modifying /etc/snare.conf in order to do this?
Ed Christiansen <edwardc@ll.mit.edu> wrote: Do you REALLY want to do this? your filesystem
will just have more space taken up with duplicate
information.
Scott Ehrlich wrote:
> Hello to all:
>
> I have Snare Agent and audit 1.5.2 running on a CentOS 5.0 box and a RHEL
> 5.0 server. I ideally would like audit logs to be sent to both the
> system's local audit.log file and to a log server. I reviewed the
> /etc/audit/auditd.conf file and tried to play with things and move things
> around, but an active watch of my log server's /var/log/syslog and local
> machine's audit.log does NOT show simultaneous activity, leading me to
> think it is either one way or the other, and that simultaneous local and
> remote logging is not possible.
>
> Is there a way to get both?
>
> Thanks.
>
> Scott
>
> --
> Linux-audit mailing list
> Linux-audit@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-audit
--
Linux-audit mailing list
Linux-audit@redhat.com
https://www.redhat.com/mailman/listinfo/linux-audit
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
[-- Attachment #1.2: Type: text/html, Size: 1743 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Help with auditd.conf
2008-04-29 18:23 Help with auditd.conf Scott Ehrlich
2008-04-29 18:37 ` Ed Christiansen
@ 2008-04-29 18:56 ` Steve Grubb
1 sibling, 0 replies; 6+ messages in thread
From: Steve Grubb @ 2008-04-29 18:56 UTC (permalink / raw)
To: linux-audit
On Tuesday 29 April 2008 02:23:34 pm Scott Ehrlich wrote:
> I have Snare Agent and audit 1.5.2 running on a CentOS 5.0 box and a RHEL
> 5.0 server. I ideally would like audit logs to be sent to both the
> system's local audit.log file and to a log server.
We are working on this.
> I reviewed the /etc/audit/auditd.conf file and tried to play with things and
> move things around, but an active watch of my log server's /var/log/syslog
> and local machine's audit.log does NOT show simultaneous activity, leading
> me to think it is either one way or the other, and that simultaneous local
> and remote logging is not possible.
>
> Is there a way to get both?
audispd is the audit event multiplexer. To get audit logs in
both /var/log/messages and /var/log/audit/audit.log,
edit /etc/audisp/plugins.d/syslog.conf and change active to yes. Then restart
the audit deamon. If you don't have /etc/audisp/plugins.d/syslog.conf, you
need to upgrade to a newer audit package.
-Steve
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Help with auditd.conf
2008-04-29 18:37 ` Ed Christiansen
2008-04-29 18:43 ` Greg Herrmann
@ 2008-04-29 19:01 ` Tony Jones
1 sibling, 0 replies; 6+ messages in thread
From: Tony Jones @ 2008-04-29 19:01 UTC (permalink / raw)
To: linux-audit
Scott Ehrlich wrote:
> Hello to all:
> I have Snare Agent and audit 1.5.2 running on a CentOS 5.0 box and a RHEL
> 5.0 server. I ideally would like audit logs to be sent to both the
> system's local audit.log file and to a log server. I reviewed the
> /etc/audit/auditd.conf file and tried to play with things and move things
> around, but an active watch of my log server's /var/log/syslog and local
> machine's audit.log does NOT show simultaneous activity, leading me to
> think it is either one way or the other, and that simultaneous local and
> remote logging is not possible.
> Is there a way to get both?
> Thanks.
> Scott
It's not possibly directly. The kernel will log to syslog if there is no
auditd running but normally, with auditd running it'll log to auditd but
what you are trying to achieve is the reason the displatcher (audispd) was
created. If you don't want to use one of the existing modules, you could
easily create your own which just relays to the local syslog.
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Help with auditd.conf
2008-04-29 18:43 ` Greg Herrmann
@ 2008-04-29 19:51 ` Kevin Boyce
0 siblings, 0 replies; 6+ messages in thread
From: Kevin Boyce @ 2008-04-29 19:51 UTC (permalink / raw)
To: Greg Herrmann; +Cc: linux-audit@redhat.com
[-- Attachment #1.1: Type: text/plain, Size: 2216 bytes --]
I think Ed is correct. You should have a couple of lines in snare.conf
with the following.
file=<path to logfile>
network=<remote hostname or ip>:<port>
you can comment out either one or leave both. you may even be able to
specify more than one of each, but I haven't tried that.
kevin
On Tue, 2008-04-29 at 11:43 -0700, Greg Herrmann wrote:
> Which version of Snare are you running? If it's on an RHEL 5 server,
> I would assume version 1.3. If so, shouldn't you be
> modifying /etc/snare.conf in order to do this?
>
> Ed Christiansen <edwardc@ll.mit.edu> wrote:
>
> Do you REALLY want to do this? your filesystem
> will just have more space taken up with duplicate
> information.
>
> Scott Ehrlich wrote:
> > Hello to all:
> >
> > I have Snare Agent and audit 1.5.2 running on a CentOS 5.0
> box and a RHEL
> > 5.0 server. I ideally would like audit logs to be sent to
> both the
> > system's local audit.log file and to a log server. I
> reviewed the
> > /etc/audit/auditd.conf file and tried to play with things
> and move things
> > around, but an active watch of my log
> server's /var/log/syslog and local
> > machine's audit.log does NOT show simultaneous activity,
> leading me to
> > think it is either one way or the other, and that
> simultaneous local and
> > remote logging is not possible.
> >
> > Is there a way to get both?
> >
> > Thanks.
> >
> > Scott
> >
> > --
> > Linux-audit mailing list
> > Linux-audit@redhat.com
> > https://www.redhat.com/mailman/listinfo/linux-audit
>
> --
> Linux-audit mailing list
> Linux-audit@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-audit
>
>
>
>
>
> ______________________________________________________________________
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try
> it now.
>
> --
> Linux-audit mailing list
> Linux-audit@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-audit
[-- Attachment #1.2: Type: text/html, Size: 3940 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-04-29 19:52 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-29 18:23 Help with auditd.conf Scott Ehrlich
2008-04-29 18:37 ` Ed Christiansen
2008-04-29 18:43 ` Greg Herrmann
2008-04-29 19:51 ` Kevin Boyce
2008-04-29 19:01 ` Tony Jones
2008-04-29 18:56 ` Steve Grubb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox