JSON object containing all log attributes and their associated values.

Hierarchy

  • LogContent

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
attributes?: {
    [key: string]: any;
}

JSON object of attributes from your log.

Type declaration

  • [key: string]: any
host?: string

Name of the machine from where the logs are being sent.

message?: string

The message reserved attribute of your log. By default, Datadog ingests the value of the message attribute as the body of the log entry. That value is then highlighted and displayed in the Logstream, where it is indexed for full text search.

service?: string

The name of the application or service generating the log events. It is used to switch from Logs to APM, so make sure you define the same value when you use both products.

tags?: string[]

Array of tags associated with your log.

timestamp?: Date

Timestamp of your log.

Generated using TypeDoc