> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Vivo destination plugin

export const entity_0 = "Vivo destination plugin"

export const plugin_0 = "Vivo destination plugin"

The Vivo [destination plugin](/ingest/pipeline/plugins/destination-plugins)
(name: `http`, alias: `vivo`) lets you configure your telemetry pipeline to send
your telemetry data to a remote HTTP endpoint exposed by Vivo Exporter.

## Supported telemetry types

The {plugin_0} for Chronosphere Telemetry Pipeline supports these telemetry types:

|                    Logs                    |                   Metrics                  |                   Traces                   |
| :----------------------------------------: | :----------------------------------------: | :----------------------------------------: |
| <Icon icon="circle-check" color="green" /> | <Icon icon="circle-check" color="green" /> | <Icon icon="circle-check" color="green" /> |

## Configuration parameters

Use the parameters in this section to configure the {entity_0}. The
Telemetry Pipeline web interface uses the items in the **Name** column to
describe these parameters. [Pipeline configuration files](/ingest/pipeline/v2/configure/config-files)
use the items in the **Key** column as YAML keys.

### Advanced

| Name          | Key      | Description                                                                                                                    | Default         |
| ------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------ | --------------- |
| **Vivo Host** | `host`   | Required. IP address or hostname of the target HTTP Server.                                                                    | `calyptia-vivo` |
| **Port**      | `port`   | Required. TCP port of the target HTTP Server.                                                                                  | `5489`          |
| **URI**       | `uri`    | Required. Specifies an optional HTTP URI for the target web server. For example, `/something`.                                 | `/sink`         |
| **Format**    | `format` | Required. Specifies the data format to be used in the HTTP request body. Accepted values: `json`, `json_lines`, `json_stream`. | `json`          |
