Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 2.59 KB

teams.md

File metadata and controls

46 lines (31 loc) · 2.59 KB

Teams

Table of content

Configuration

Setting Env var Default value Description
teams.webhookurl TEAMS_WEBHOOKURL Teams WebhookURL, if not empty, Teams output is enabled
teams.activityimage TEAMS_ACTIVITYIMAGE https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick_color.png Image for message section
teams.outputformat TEAMS_OUTPUTFORMAT all all, text, facts
teams.minimumpriority TEAMS_MINIMUMPRIORITY "" (= debug) Minimum priority of event for using this output, order is emergency,alert,critical,error,warning,notice,informational,debug or ""

Note

The Env var values override the settings from yaml file.

Example of config.yaml

teams:
  webhookurl: "" # Teams WebhookURL, if not empty, Teams output is enabled
  # activityimage: "" # Image for message section
  # outputformat: "text" # all (default), text, facts
  # minimumpriority: "debug" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)

Screenshots

(TEAMS_OUTPUTFORMAT="all")

teams example

(TEAMS_OUTPUTFORMAT="text")

teams facts only