For the complete documentation index, see llms.txt. This page is also available as Markdown.

Loki (Deprecated)

Supported Types

Logs
Metrics
Traces

Configuration Table

Parameter
Type
Default
Description

endpoint

string

The target URL to send Loki log streams to (e.g. http://loki:3100/loki/api/v1/push). to.

headers

map

Additional headers to attach to each HTTP Request.

configure_tls

bool

false

Configure advanced TLS settings.

insecure_skip_verify

bool

false

Enable to skip TLS certificate verification.

ca_file

string

Certificate authority used to validate TLS certificates.

mutual_tls

bool

false

Whether or not to use mutual TLS authentication.

cert_file

string

A TLS certificate used for client authentication.

key_file

bool

A TLS private key used for client authentication.

Supported Retry and Queuing Settings

This destination supports the following retry and queuing settings:

Sending Queue
Persistent Queue
Retry on Failure

Last updated

Was this helpful?