Skip to content

Commit

Permalink
document SetEmailCC and SetEmailBCC
Browse files Browse the repository at this point in the history
  • Loading branch information
floren committed Apr 8, 2021
1 parent 39e778b commit ab9276c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alerts/email.ank
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# alert.SetQueryParams(query, START.Add(-1*duration), START)
# alert.SetEmailParams(from, to, sub)
# alert.SetTitle(report_name)
# alert.SetEmailCC("[email protected]")
# alert.SetEmailBCC(["[email protected]", "[email protected]"])
# alert.ThrottleOn("ip", time.Hour)
# alert.ReingestAlerts("alerts", "testing", "SSH Login")
# alert.AddQueryLink(`extra info`, `tag=foo words bar`, START.Add(-1*duration), START)
Expand Down

0 comments on commit ab9276c

Please sign in to comment.