From 8e58a9a11345efcf3778d10baba110e0243e9e76 Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Fri, 27 Nov 2020 20:35:11 +0900 Subject: [PATCH] Add missing cloudwatchlogs minimum priority description Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4911da574..0d7317f43 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,7 @@ The *env vars* "match" field names in *yaml file with this structure (**take car * **AWS_SNS_MINIMUMPRIORITY** : minimum priority of event for using this output, order is `emergency|alert|critical|error|warning|notice|informational|debug or "" (default)` * **AWS_CLOUDWATCHLOGS_LOGGROUP** : AWS CloudWatch Logs Group name, if not empty, CloudWatch Logs output is enabled * **AWS_CLOUDWATCHLOGS_LOGSTREAM** : AWS CloudWatch Logs Stream name, if empty, FalcoSideKick will try to create a log stream +* **AWS_CLOUDWATCHLOGS_MINIMUMPRIORITY** : minimum priority of event for using this output, order is `emergency|alert|critical|error|warning|notice|informational|debug or "" (default)` * **SMTP_HOSTPORT** : "host:port" address of SMTP server, if not empty, SMTP output is *enabled* * **SMTP_USER** : user to access SMTP server * **SMTP_PASSWORD** : password to access SMTP server