logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

audisp-remote - plugin for remote logging

Author

       Steve Grubb

Red Hat                                            August 2018                                  AUDISP-REMOTE(8)

Description

audisp-remote  is  a  plugin  for the audit event dispatcher that performs remote logging to an aggregate
       logging server.

Files

       /etc/audit/audisp-remote.conf /etc/audit/plugins.d/au-remote.conf /etc/audit/auditd.conf

Name

       audisp-remote - plugin for remote logging

See Also

auditd.conf(8), auditd-plugins(5), audisp-remote.conf(5).

Signals

       SIGUSR1
              Causes  the  audisp-remote program to write the value of some of its internal flags to syslog. The
              suspend flag tells whether or not logging has been suspended. The remote_ended flag tells  if  the
              connection  was  broken  by  the  server  saying  it can't log events. The transport_ok flag tells
              whether or not the connection to the remote server is  healthy.  The  queue_size  tells  how  many
              records are enqueued to be sent to the remote server.

       SIGUSR2
              Causes the audisp-remote program to resume logging if it were suspended due to an error.

Synopsis

audisp-remote

Tips

       If you are aggregating multiple machines, you should edit auditd.conf to set the name_format to something
       meaningful and the log_format to enriched. This way you can tell where the event came from and  have  the
       user name and groups resolved locally before it is sent off of the machine.

See Also