- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Mac Audit Logs - Overview
Mac Audit Logs - Overview
Mac Audit Logs - Overview
Mac Audit Logs - Overview
Mac Audit Logs captures detailed information about system events, user actions, network and security-related activities. These logs are crucial for monitoring system integrity, identifying unauthorized access, and ensuring adherence to security policies and regulations.
This integration provides enrichment and visualization for various log types, including:
This integration collects Mac audit logs and sends them to Datadog for analysis, providing visual insights through out-of-the-box dashboards and the Log Explorer. It also helps monitor and respond to security threats with ready-to-use Cloud SIEM detection rules.
To install the Mac Audit Logs integration, run the following Agent installation command and follow the steps below. For more information, see the Integration Management documentation.
For Mac, run:
sudo datadog-agent integration install datadog-mac-audit-logs==1.0.0
Note: The following steps are required for the Mac version >=14.
Copy the configurations from audit_control.example
to audit_control
cp /etc/security/audit_control.example /etc/security/audit_control
Update the configuration to specify the event types that should be audited. Execute the command below to audit all event types:
sudo sed -i '' 's/^flags:.*/flags:all/' /etc/security/audit_control && \
sudo sed -i '' 's/^naflags:.*/naflags:all/' /etc/security/audit_control
Restart auditd
service:
/bin/launchctl enable system/com.apple.auditd
Restart the Mac.
Run the Agent’s status subcommand and look for mac_audit_logs
under the Checks section.
The Mac 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
Configure mac_audit_logs.d/conf.yaml
file to start collecting Mac audit logs.
See the sample mac_audit_logs.d/conf.yaml for available configuration options.
init_config:
instances:
- MONITOR: true
AUDIT_LOGS_DIR_PATH: /var/audit
min_collection_interval: 15
logs:
- type: integration
service: mac-audit-logs
source: mac-audit-logs
Note:
service
and source
values, as they are essential for proper log pipeline processing.AUDIT_LOGS_DIR_PATH
is /var/audit
. In case of different BSM audit logging directory, please check dir
value in /etc/security/audit_control
file.The Mac Audit Logs integration does not include any events.
Need help? Contact Datadog support.
Mac Audit Logs - Overview
Mac Audit Logs - Overview
Mac Audit Logs - Overview
Mac Audit Logs - Overview