mirror of https://github.com/minio/minio.git
447 B
447 B
auditlog-echo
: A tool to view MinIO Audit logs on the console
- Run the tool with:
go run docs/auditlog/auditlog-echo.go
The listen port has a default value (8080), but can be set with the -port
flag.
- Configure audit logging in MinIO with for example:
mc admin config set myminio audit_webhook enable=on endpoint=http://localhost:8080
- Make any requests to MinIO and see audit logs printed to the tool's console.