Enabling Audit Log
Enabling and Configuring Audit Logging
Step 1: Enable Management Operation Audit Logging
spec:
gateway:
enabled: true
log:
level: info
type: hostPath
hostPath: /mnt/alluxio/logs/gateway
size: 1Gi
storageClass: standard
auditLog:
enabled: trueStep 2: Enable Data Access Audit Logging
Property
Description
Default Value
Understanding the Audit Log Format
Audit Log Schema
Field
Type
Description
Log Examples
Example 1: Management Operation
Example 2: S3 API Data Access
Example 3: HDFS API Data Access
Appendix: Audited Operations by Interface
Management Operations
S3 API
Hadoop Filesystem (HDFS) API
Last updated