> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sawmills.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Sumo Logic Destination

> Export logs to Sumo Logic from Sawmills via an OTLP/HTTP source endpoint. Configure log format, compression, batch size, and advanced options.

## Supported Data Types:

📘 **Logs**

## Configuration

### Sumo Logic Destination Configuration

| Field      | Type   | Default | Required | Description                                                                                                                                          |
| :--------- | :----- | :------ | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name       | String | none    | true     | Unique identifier within Sawmills.                                                                                                                   |
| Endpoint   | String | none    | true     | The Sumo Logic OTLP/HTTP source endpoint where telemetry data is sent (e.g., `https://endpoint4.collection.sumologic.com/receiver/v1/otlp/<token>`). |
| Log Format | String | OTLP    | true     | Format to use when sending logs to Sumo Logic.                                                                                                       |

### Advanced Options

| Field                         | Type    | Default | Required | Description                                                               |
| :---------------------------- | :------ | :------ | :------- | :------------------------------------------------------------------------ |
| Compression                   | String  | gzip    | false    | The type of compression applied to the data before sending to Sumo Logic. |
| Sticky session support        | Boolean | false   | false    | Defines if sticky session support is enabled.                             |
| Max request body size (bytes) | Number  | 1048576 | false    | Maximum HTTP request body size in bytes before compression.               |
| Timeout (seconds)             | Number  | 30      | false    | Timeout in seconds for every attempt to send data to the backend.         |
