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
-k, --api-key string Datadog API Key. To obtain a key, see the Datadog Authentication documentation (https://docs.datadoghq.com/api/latest/authentication).
36
-
--json Output in json format.
37
-
--json-compact Output in compact json format.
38
-
-n, --name string The name of the log stream.
39
-
-r, --region string The region in which the datadog dashboard is created.
40
-
If you are in the datadog EU site ('app.datadoghq.eu'), the Region should be EU otherwise it should be US.
36
+
-k, --api-key string Datadog API Key. To obtain a key, see the Datadog Authentication documentation (https://docs.datadoghq.com/api/latest/authentication).
37
+
-m, --filters string Events matching these filters will be delivered by the stream, Formatted as JSON.
-c, --pii-config string Specifies how PII fields are logged, Formatted as JSON.
43
+
including which fields to log (first_name, last_name, username, email, phone, address),the protection method (mask or hash), and the hashing algorithm (xxhash).
44
+
Example : {"log_fields": ["first_name", "last_name"], "method": "mask", "algorithm": "xxhash"}.
45
+
(default "{}")
46
+
-r, --region string The region in which the datadog dashboard is created.
47
+
If you are in the datadog EU site ('app.datadoghq.eu'), the Region should be EU otherwise it should be US.
-c, --pii-config string Specifies how PII fields are logged, Formatted as JSON.
45
+
including which fields to log (first_name, last_name, username, email, phone, address),the protection method (mask or hash), and the hashing algorithm (xxhash).
46
+
Example : {"log_fields": ["first_name", "last_name"], "method": "mask", "algorithm": "xxhash"}.
-c, --pii-config string Specifies how PII fields are logged, Formatted as JSON.
47
+
including which fields to log (first_name, last_name, username, email, phone, address),the protection method (mask or hash), and the hashing algorithm (xxhash).
48
+
Example : {"log_fields": ["first_name", "last_name"], "method": "mask", "algorithm": "xxhash"}.
-f, --format string The format of data sent over HTTP. Options are "JSONLINES", "JSONARRAY" or "JSONOBJECT"
40
44
--json Output in json format.
41
45
--json-compact Output in compact json format.
42
46
-n, --name string The name of the log stream.
47
+
-c, --pii-config string Specifies how PII fields are logged, Formatted as JSON.
48
+
including which fields to log (first_name, last_name, username, email, phone, address),the protection method (mask or hash), and the hashing algorithm (xxhash).
49
+
Example : {"log_fields": ["first_name", "last_name"], "method": "mask", "algorithm": "xxhash"}.
50
+
(default "{}")
43
51
-t, --type string The "Content-Type" header to send over HTTP. Common value is "application/json".
-c, --pii-config string Specifies how PII fields are logged, Formatted as JSON.
46
+
including which fields to log (first_name, last_name, username, email, phone, address),the protection method (mask or hash), and the hashing algorithm (xxhash).
47
+
Example : {"log_fields": ["first_name", "last_name"], "method": "mask", "algorithm": "xxhash"}.
48
+
(default "{}")
49
+
-p, --port string The port of the HTTP event collector.
50
+
-s, --secure This should be set to 'false' when using self-signed certificates.
-c, --pii-config string Specifies how PII fields are logged, Formatted as JSON.
42
+
including which fields to log (first_name, last_name, username, email, phone, address),the protection method (mask or hash), and the hashing algorithm (xxhash).
43
+
Example : {"log_fields": ["first_name", "last_name"], "method": "mask", "algorithm": "xxhash"}.
44
+
(default "{}")
45
+
-s, --source string Generated URL for your defined HTTP source in Sumo Logic.
-k, --api-key string Datadog API Key. To obtain a key, see the Datadog Authentication documentation (https://docs.datadoghq.com/api/latest/authentication).
36
-
--json Output in json format.
37
-
--json-compact Output in compact json format.
38
-
-n, --name string The name of the log stream.
39
-
-r, --region string The region in which the datadog dashboard is created.
40
-
If you are in the datadog EU site ('app.datadoghq.eu'), the Region should be EU otherwise it should be US.
36
+
-k, --api-key string Datadog API Key. To obtain a key, see the Datadog Authentication documentation (https://docs.datadoghq.com/api/latest/authentication).
37
+
-m, --filters string Events matching these filters will be delivered by the stream, Formatted as JSON.
-c, --pii-config string Specifies how PII fields are logged, Formatted as JSON.
43
+
including which fields to log (first_name, last_name, username, email, phone, address),the protection method (mask or hash), and the hashing algorithm (xxhash).
44
+
Example : {"log_fields": ["first_name", "last_name"], "method": "mask", "algorithm": "xxhash"}.
45
+
(default "{}")
46
+
-r, --region string The region in which the datadog dashboard is created.
47
+
If you are in the datadog EU site ('app.datadoghq.eu'), the Region should be EU otherwise it should be US.
-c, --pii-config string Specifies how PII fields are logged, Formatted as JSON.
42
+
including which fields to log (first_name, last_name, username, email, phone, address),the protection method (mask or hash), and the hashing algorithm (xxhash).
43
+
Example : {"log_fields": ["first_name", "last_name"], "method": "mask", "algorithm": "xxhash"}.
0 commit comments