Merge pull request #2498 from kmlebedev/s3_audit_log

This commit is contained in:
Chris Lu
2021-12-07 09:35:48 -08:00
committed by GitHub
21 changed files with 286 additions and 52 deletions

View File

@@ -0,0 +1,4 @@
{
"fluent_port": 24224,
"fluent_host": "fluent"
}

View File

@@ -0,0 +1,20 @@
version: '2'
services:
server:
image: chrislusf/seaweedfs:local
ports:
- 8333:8333
- 9333:9333
- 19333:19333
- 8084:8080
- 18084:18080
- 8888:8888
- 18888:18888
command: "server -ip=server -filer -s3 -s3.auditLogConfig=/etc/seaweedfs/fluent.json -volume.max=0 -master.volumeSizeLimitMB=8 -volume.preStopSeconds=1"
volumes:
- ./fluent.json:/etc/seaweedfs/fluent.json
fluent:
image: fluent/fluentd:v1.14
ports:
- 24224:24224