Standard output

Standard Output destination plugin

The Standard Output destination plugin allows you to output your telemetry data to the standard output stream of the command line interface. This is a commonly used destination for testing and debugging purposes, as it allows you to view the telemetry data that is being processed by your Calyptia Core pipeline. The Standard Output destination plugin in Calyptia Core is a versatile tool that provides a flexible and configurable way to output your telemetry data to the command line interface.

Configuration parameters

The Standard Output destination plugin provides these configuration parameters:

KeyDescription

Format

Specify the data format to be used in the HTTP request body, by default it uses json_lines. Other supported formats are json and json_stream.

Last updated