Skip to content

Commit

Permalink
updated config_example
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
  • Loading branch information
gauravgahlot authored and poiana committed Apr 28, 2022
1 parent fb5e941 commit ec6adf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config_example.yaml
Expand Up @@ -119,6 +119,10 @@ aws:
# bucket: "falcosidekick" # AWS S3, bucket name
# prefix : "" # name of prefix, keys will have format: s3://<bucket>/<prefix>/YYYY-MM-DD/YYYY-MM-DDTHH:mm:ss.s+01:00.json
# minimumpriority: "" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)
kinesis:
# streamname: "" # AWS Kinesis Stream Name, if not empty, Kinesis output is enabled
# 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
Expand Down

0 comments on commit ec6adf9

Please sign in to comment.