Sumo Logic
Description
This Sumo Logic destination can be configured to send logs and metrics data to a Sumo Logic HTTP logs and metrics source.
Prerequisites
A pre-existing Sumo Logic HTTP logs and metrics source needs to be configured for the exporter to work. Read more.
Supported Types
✓
✓
v1.52.0
+
Configuration
Choose Telemetry Type
Select which types of telemetry to export. Logs and metrics are supported.
Endpoint
Endpoint for the Sumo Logic HTTP logs and metrics source. See the Sumo Logic documentation for more information.
Compression
Compression algorithm to use when sending data to Sumo Logic.
Max Request Body Size
Maximum HTTP request body size in bytes (1048576 = 1MiB) before compression is applied.
Log Format
Format to send logs in to Sumo Logic. Available formats are JSON and text.
Metric Format
Format to send metrics in to Sumo Logic. See the Sumo Logic documentation for more information. Available values are prometheus and OTLP.
Timeout
Timeout limit for each attempt to send data to Sumo Logic in seconds. Maximum timeout limit is 55s
.
This destination supports the following retry and queuing settings:
✓
✓
✓
Example Configuration
The following example configuration will send logs and metrics. Default compression and max request body size will be used. Logs will be sent as JSON and metrics will be sent as Graphite and utilize the Graphite template to alter the metric names. The source host template will be used as well to override the one on the Sumo Logic HTTP logs and metrics source. Sending and persistent queues will be used as well as retry on failure.
Web Interface


Standalone Destination
apiVersion: bindplane.observiq.com/v1
kind: Destination
metadata:
id: sumo_logic
name: sumo_logic
spec:
type: sumo_logic
parameters:
- name: telemetry_types
value: ['Logs', 'Metrics']
- name: endpoint
value: 'https://host:1234/some/endpoint/for/sumo-logic'
- name: compression
value: 'gzip'
- name: max_request_body_size
value: '1048576'
- name: log_format
value: 'json'
- name: metric_format
value: 'otlp'
- name: sending_queue_enabled
value: 'true'
- name: persistent_queue_enabled
value: 'true'
- name: retry_on_failure_enabled
value: 'true'
Last updated
Was this helpful?