set-account-telemetry

subtitle

Set account level telemetry settings. (telemetry features and anonymization rules)

version

0.9.111

Description

Set account level telemetry settings. (telemetry features and anonymization rules)

Synopsis

  set-account-telemetry
[--workload-analytics | --no-workload-analytics]
[--report-deployment-logs | --no-report-deployment-logs]
[--rules <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--workload-analytics | --no-workload-analytics (boolean)

Flag to enable account level workload analytics. (that will be used as a default for environment)

--report-deployment-logs | --no-report-deployment-logs (boolean)

Flag to enable account level deployment log collection. (that will be used as a default for environment)

--rules (array)

List of anonymization rules that are applied on logs that are shipped to Cloudera

Shorthand Syntax:

value=string,replacement=string ... (separate items with spaces)

JSON Syntax:

[
  {
    "value": "string",
    "replacement": "string"
  }
  ...
]

--cli-input-json (string)

Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.

--generate-cli-skeleton (boolean)

Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for --cli-input-json.

Output

workloadAnalytics -> (boolean)

Flag to enable account level workload analytics. (that will be used as a default for environment)

reportDeploymentLogs -> (boolean)

Flag to enable account level deployment log collection. (that will be used as a default for environment)

rules -> (array)

List of anonymization rules that are applied on logs that are shipped to Cloudera

item -> (object)

Anonymization rule response object rule that is applied on logs that are sent to Cloudera.

value -> (string)

Pattern of the rule that should be redacted.

replacement -> (string)

If rule pattern (value) matches, that will be replaced for this string (default [REDACTED])

Form Factors

public, private