Logs that are sent over HTTP.

Hierarchy

  • HTTPLogItem

Constructors

Properties

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

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

The integration name associated with your log: the technology from which the log originated. When it matches an integration name, Datadog automatically installs the corresponding parsers and facets. See reserved attributes.

ddtags?: string

Tags associated with your logs.

hostname?: string

The name of the originating host of the log.

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. See reserved attributes.

Generated using TypeDoc