From 8debde842c449e1e47aa50bb95b7a5f687286dc3 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Tue, 6 Sep 2022 19:46:06 +0200 Subject: [PATCH] eventmanager: improve docs Signed-off-by: Nicola Murino --- docs/eventmanager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventmanager.md b/docs/eventmanager.md index 7e8a3bb1..8e7b7e74 100644 --- a/docs/eventmanager.md +++ b/docs/eventmanager.md @@ -36,7 +36,7 @@ The following placeholders are supported: - `{{IP}}`. Client IP address. - `{{Timestamp}}`. Event timestamp as nanoseconds since epoch. - `{{ObjectData}}`. Provider object data serialized as JSON with sensitive fields removed. -- `{{RetentionReports}}`. Data retention reports as zip compressed CSV files. Supported as email attachment, file path for multipart HTTP request and as single parameter for HTTP requests body. +- `{{RetentionReports}}`. Data retention reports as zip compressed CSV files. Supported as email attachment, file path for multipart HTTP request and as single parameter for HTTP requests body. Data retention reports contain details on the number of files deleted and the total size deleted for each folder. Event rules are based on the premise that an event occours. To each rule you can associate one or more actions. The following trigger events are supported: