Class ObservabilityPipelineHttpServerSource

The http_server source collects logs over HTTP POST from external services.

Hierarchy

  • ObservabilityPipelineHttpServerSource

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

HTTP authentication method.

The decoding format used to interpret incoming logs.

id: string

Unique ID for the HTTP server source.

Configuration for enabling TLS encryption between the pipeline component and external services.

The source type. The value should always be http_server.

Generated using TypeDoc