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
- In the Mode dropdown menu, select the socket type to use.
- In the Framing dropdown menu, select how to delimit the stream of events.
Framing method | Description |
---|
newline_delimited | Byte frames are delimited by a newline character. |
bytes | Byte frames are passed through as-is according to the underlying I/O boundaries (for example, split between messages or stream segments). |
character_delimited | Byte frames are delimited by a chosen character. |
chunked_gelf | Byte frames are chunked GELF messages. |
octet_counting | Byte frames are delimited according to the octet counting format. |