- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Linux Audit Logs - Overview
Linux Audit Logs - Overview
Linux Audit Logs - Overview
Linux Audit Logs - Overview
Linux Audit Logs record detailed information about system events, user activities, and security-related actions. They are essential for monitoring system integrity, detecting unauthorized access, and ensuring compliance with security policies and regulations.
This integration provides enrichment and visualization for various log types, including:
It supports these logs across Red Hat, Ubuntu, and CentOS Linux operating systems.
This integration collects Linux audit logs and sends them to Datadog for analysis. It provides visual insights through out-of-the-box dashboards and the Log Explorer, and helps monitor and respond to security threats using ready-to-use Cloud SIEM detection rules.
To install the Linux Audit Logs integration, run the following Agent installation command. For more information, see Integration Management.
Note: This step is not necessary for Agent versions >= 7.66.0
For Linux, run:
sudo -u dd-agent -- datadog-agent integration install datadog-linux-audit-logs==1.0.0
auditd
)Install auditd
on Linux:
Debian/Ubuntu:
sudo apt-get update
sudo apt-get install auditd
CentOS/RHEL:
sudo yum install audit
Start the Audit Daemon:
sudo systemctl start auditd
Enable the Audit Daemon to Start on Boot:
sudo systemctl enable auditd
Verify the Status of the Audit Daemon:
sudo systemctl status auditd
auditd
)Give the dd-agent
user read permission for rotated audit log files:
sudo grep -q "^log_group=" /etc/audit/auditd.conf && sudo sed -i 's/^log_group=.*/log_group=dd-agent/' /etc/audit/auditd.conf || echo "log_group=dd-agent" | sudo tee -a /etc/audit/auditd.conf
Restart Audit Daemon:
sudo systemctl restart auditd
Run the Agent’s status subcommand and look for linux_audit_logs
under the Checks section.
The Linux Audit Logs integration does not include any metrics.
Collecting logs is disabled by default in the Datadog Agent. Enable it in the datadog.yaml
file:
logs_enabled: true
Give the dd-agent
user read access to the audit.log
file:
sudo chown -R dd-agent:dd-agent /var/log/audit/audit.log
Add this configuration block to your linux_audit_logs.d/conf.yaml
file to start collecting Linux audit logs.
See the sample linux_audit_logs.d/conf.yaml for available configuration options.
logs:
- type: file
path: /var/log/audit/audit.log
service: linux-audit-logs
source: linux-audit-logs
Note: Do not change the service
and source
values, as they are essential for proper log pipeline processing.
The Linux Audit Logs integration does not include any events.
Need help? Contact Datadog support.
Linux Audit Logs - Overview
Linux Audit Logs - Overview
Linux Audit Logs - Overview
Linux Audit Logs - Overview