Vivo destination plugin
The Vivo destination plugin lets you configure Chronosphere Telemetry Pipeline to send your telemetry data to a remote HTTP endpoint exposed by Vivo Exporter.
Supported telemetry types
This plugin supports these telemetry types:
Logs | Metrics | Traces |
---|---|---|
Configuration parameters
Use the parameters in this section to configure your plugin. The Telemetry Pipeline web interface uses the values in the Name column to describe the parameters. Items in the Key column are the YAML keys to use in pipeline configuration files.
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. Specify an optional HTTP URI for the target web server. For example, /something . | /sink |
Format | format | Required. Specify the data format to be used in the HTTP request body. Accepted values: json , json_lines , json_stream . | json |