fix: restore deletion audit of individual objects (#6644)

This commit is contained in:
SmoothDenis
2025-03-18 05:01:54 -07:00
committed by GitHub
parent 7244a3d047
commit e60aa71890
4 changed files with 26 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
<source>
@type forward
port 24224
</source>
<match **>
@type stdout # Output logs to container's stdout (visible via `docker logs`)
</match>
+3 -1
View File
@@ -19,7 +19,9 @@ services:
depends_on:
- fluent
fluent:
image: fluent/fluentd:v1.14
image: fluent/fluentd:v1.17
volumes:
- ./fluent.conf:/fluentd/etc/fluent.conf
ports:
- 24224:24224
#s3tests: