-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
env vars wasn't used, needed to init some of them and renamed it to fix
- Loading branch information
Showing
6 changed files
with
57 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# listen_port: 2801 #port to listen for daemon (default: 2801) | ||
# listenport: 2801 #port to listen for daemon (default: 2801) | ||
debug: false #if true all outputs will print in stdout the payload they send (default: false) | ||
|
||
slack: | ||
webhook_url: "" # Slack WebhookURL (ex: https://hooks.slack.com/services/XXXX/YYYY/ZZZZ), if not empty, Slack output is enabled | ||
webhookurl: "" # Slack WebhookURL (ex: https://hooks.slack.com/services/XXXX/YYYY/ZZZZ), if not empty, Slack output is enabled | ||
#footer: "" #Slack footer | ||
#icon: "" #Slack icon (avatar) | ||
output_format: "text" # all (default), text, fields | ||
outputformat: "text" # all (default), text, fields | ||
|
||
datadog: | ||
#api_key: "" #Datadog API Key, if not empty, Datadog output is enabled | ||
#apikey: "" #Datadog API Key, if not empty, Datadog output is enabled | ||
|
||
alertmanager: | ||
# host_port: "" # http://{domain or ip}:{port}, if not empty, Alertmanager output is enabled | ||
# hostport: "" # http://{domain or ip}:{port}, if not empty, Alertmanager output is enabled | ||
|
||
elasticsearch: | ||
# host_port: "" # http://{domain or ip}:{port}, if not empty, Elasticsearch output is enabled | ||
# hostport: "" # http://{domain or ip}:{port}, if not empty, Elasticsearch output is enabled | ||
# index: "falco" # index (default: falco) | ||
# type: "event" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I think
api_key
is the correct query parameter. perhaps a bulk-rename gone wrong? https://docs.datadoghq.com/api/?lang=bash#post-an-event