Configure Linux® OS to send audit logs to the QRadar® product.
About this task
This task applies to Red Hat® Enterprise Linux V6 to V8 operating systems.
If you use a SUSE, Debian, or Ubuntu operating system, see your vendor documentation for specific
steps for your operating system.
Procedure
-
Log in to your Linux OS device, as a root user.
-
Type the following commands:
yum install audit
service auditd start
chkconfig auditd on
-
Open the /etc/audisp/plugins.d/syslog.conf file and verify that the
parameters match the following values:
active = yes
direction = out
path = builtin_syslog
type = builtin
args = LOG_LOCAL6
format = string
-
Open the /etc/rsyslog.conf file and add the following line at the end of
the file:
local6.* @@<QNGLM_Collector_IP_address>
-
Type the following commands:
service auditd restart
service syslog restart
- Log in to the QRadar product.
- Add a Linux OS data source in the QRadar product.
What to do next
For more information about adding a data source, see Adding ingestion data
sources.