Class ObservabilityPipelineGoogleChronicleDestination

The google_chronicle destination sends logs to Google Chronicle.

Hierarchy

  • ObservabilityPipelineGoogleChronicleDestination

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

GCP credentials used to authenticate with Google Cloud Storage.

customerId: string

The Google Chronicle customer ID.

The encoding format for the logs sent to Chronicle.

id: string

The unique identifier for this component.

inputs: string[]

A list of component IDs whose output is used as the input for this component.

logType?: string

The log type metadata associated with the Chronicle destination.

The destination type. The value should always be google_chronicle.

Generated using TypeDoc