# Vector

[Vector](https://vector.dev) is a lightweight, ultra-fast tool for building observability pipelines. groundcover can natively ingest data shipped from Vector using multiple protocols, making it easy to integrate Vector into your existing observability stack.

{% hint style="info" %}
This feature is only available for BYOC and On-Prem deployment modes.
{% endhint %}

## Overview

Vector supports a wide variety of sources, transforms, and sinks. You can configure Vector to send logs, traces, and metrics directly to groundcover's BYOC endpoints using the appropriate sink types:

| Data Type   | Vector Sink                                                                                                    | groundcover Endpoint                                                                                     |
| ----------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| **Logs**    | [HTTP sink](https://vector.dev/docs/reference/configuration/sinks/http/)                                       | [JSON Logs endpoint](/integrations/data-sources/json-logs.md)                                            |
| **Traces**  | [OpenTelemetry sink](https://vector.dev/docs/reference/configuration/sinks/opentelemetry/)                     | [OTLP endpoint](/integrations/data-sources/opentelemetry/opentelemetry-direct-to-byoc-endpoint.md)       |
| **Metrics** | [Prometheus Remote Write sink](https://vector.dev/docs/reference/configuration/sinks/prometheus_remote_write/) | [Prometheus Remote Write endpoint](/integrations/data-sources/prometheus/push-metrics-to-groundcover.md) |

### Configure Vector Integration using the data source wizard

In the [data sources page](https://app.groundcover.com/data-sources), search for the Vector. Click on this entry and open the Vector wizard to see a step-by-step guidance.

<figure><img src="/files/6WGe6aGfw8xiblfeUduJ" alt=""><figcaption></figcaption></figure>

The backend endpoint will be pre-populated for you. You can either create a new ingestion key (recommended) or reuse an existing one.

We also recommend adding enrichment fields to make your logs easily tracked.

Apply the relevant configuration to your Vector pipeline and you're done!

## Monitoring Your Integration

Once the integration is live, you can verify data is being received:

* **Logs**: Check the [Logs](https://app.groundcover.com/logs) page or the [Explore](https://app.groundcover.com/explore/data-explorer) page
* **Traces**: View traces in the [Traces](https://app.groundcover.com/traces) page
* **Metrics**: Query metrics in the [Metrics](https://app.groundcover.com/metrics) page or Grafana

## Related Documentation

* [JSON Logs](/integrations/data-sources/json-logs.md)
* [OpenTelemetry - Direct to BYOC Endpoint](/integrations/data-sources/opentelemetry/opentelemetry-direct-to-byoc-endpoint.md)
* [Pushing Metrics using Remote Write](/integrations/data-sources/prometheus/push-metrics-to-groundcover.md)
* [Enriching Data with Headers](https://github.com/groundcover-com/docs/blob/main/integrations/data-sources/enriching-data-with-headers.md)
* [Ingestion Keys](/use-groundcover/remote-access-and-apis/ingestion-keys.md)


---

# 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.groundcover.com/integrations/data-sources/vector.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.
