Supported Data Types:
📘 LogsConfiguration
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. |