# VictoriaLogs

### Description

The VictoriaLogs destination configures on OTLP exporter to send logs to VictoriaLogs using the OTLP protocol.

### Supported Types

| Logs | Metrics | Traces | Bindplane Collector |
| ---- | ------- | ------ | ------------------- |
| ✓    |         |        | `v1.57.0`+          |

### Configuration Table

<table><thead><tr><th width="283.203125">Field</th><th>Description</th></tr></thead><tbody><tr><td>Hostname</td><td>Hostname or IP address of the VictoriaLogs server.</td></tr><tr><td>Port</td><td>TCP port to which the destination is going to send logs.</td></tr><tr><td>Additional Headers</td><td>Add additional headers to be attached to each request.</td></tr><tr><td>Enable TLS</td><td>Whether or not to use TLS.</td></tr><tr><td>Skip TLS Certificate Verification</td><td>Enable to skip TLS certificate verification.</td></tr><tr><td>TLS Certificate Authority File</td><td>Certificate authority used to validate TLS certificates.</td></tr><tr><td>Mutual TLS</td><td>Whether or not to use mutual TLS authentication.</td></tr><tr><td>Mutual TLS Client Certificate File</td><td>A TLS certificate used for client authentication.</td></tr><tr><td>Mutual TLS Client Private Key File</td><td>A TLS private key used for client authentication.</td></tr></tbody></table>

### Supported Retry and Queuing Settings

This destination supports the [retry settings](/configuration/bindplane-otel-collector/retry-on-failure.md), the [sending queue settings](/configuration/bindplane-otel-collector/sending-queue.md), and the [persistent queue settings.](/configuration/bindplane-otel-collector/persistent-queue.md)

| Sending Queue | Persistent Queue | Retry on Failure |
| ------------- | ---------------- | ---------------- |
| ✓             | ✓                | ✓                |

### Example Configuration

In this configuration, we specify the `hostname` of the VictoriaLogs server telemetry is going\
to be sent to.

**Web Interface**

<figure><img src="/files/TDJbYfLvIFb0XimVM0xG" alt=""><figcaption></figcaption></figure>

**Standalone Destination**

```yaml
apiVersion: bindplane.observiq.com/v1
kind: Destination
metadata:
  id: victoria
  name: victoria
spec:
  type: victoria_logs
  parameters:
    - name: hostname
      value: '0.0.0.0'
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bindplane.com/integrations/destinations/victoria-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
