Class SecurityMonitoringRuleQueryPayloadData

Payload used to test the rule query.

Hierarchy

  • SecurityMonitoringRuleQueryPayloadData

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
ddsource?: string

Source of the payload.

ddtags?: string

Tags associated with your data.

hostname?: string

The name of the originating host of the log.

message?: string

The message of the payload.

service?: string

The name of the application or service generating the data.

Generated using TypeDoc