You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The following command-line arguments are supported:
17
17
*`--api-key` (`string`) — enables sending events via the Datadog API using the specified API key
18
18
*`--api-site` (`string`) — specifies the [Datadog site](https://docs.datadoghq.com/getting_started/site/) to use when sending events via the Datadog API (defaults to `datadoghq.com`)
19
19
*`--dogstatsd-addr` — enables sending events via the DogStatsD protocol to the specified address (for example, `--dogstatsd-addr=127.0.0.1:8125`)
20
-
*`--event-type` (`string`) — event type to process (for example`build`, `task` or `audit_event`) (defaults to `audit_event`)
20
+
*`--event-types` (`string`) — comma-separated list of the event types to limit processing to (for example, `--event-types=audit_event` or `--event-types=build,task`)
21
21
*`--http-addr` (`string`) — address on which the HTTP server will listen on (defaults to `:8080`)
22
22
*`--http-path` (`string`) — HTTP path on which the webhook events will be expected (defaults to `/`)
23
23
*`--secret-token` (`string`) — if specified, this value will be used as a HMAC SHA-256 secret to verify the webhook events
0 commit comments