This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Use Observability Pipelines’ Socket source to send logs to the Worker over a socket connection (TCP or UDP). Select and set up this source when you set up a pipeline.

Prerequisites

If your forwarders are globally configured to enable SSL, you need the appropriate TLS certificates and the password for your private key.

Set up the source in the pipeline UI

  1. In the Mode dropdown menu, select the socket type to use.
  2. In the Framing dropdown menu, select how to delimit the stream of events.
    Framing methodDescription
    newline_delimitedByte frames are delimited by a newline character.
    bytesByte frames are passed through as-is according to the underlying I/O boundaries (for example, split between messages or stream segments).
    character_delimitedByte frames are delimited by a chosen character.
    chunked_gelfByte frames are chunked GELF messages.
    octet_countingByte frames are delimited according to the octet counting format.
PREVIEWING: rox/dora-idp-report