Add plugins to a pipeline
The source and destination plugins for each pipeline are listed in theinputs
and outputs section of that pipeline’s configuration file.
To add plugins to a pipeline, you can either edit a pipeline through the
Telemetry Pipeline web interface, or edit the pipeline’s configuration file
directly. Each plugin includes a number of customizable settings, which are
represented as key/value pairs within a configuration file. Many of these
settings have default values.
For example, this snippet shows the default configuration settings for an
OpenTelemetry source plugin:
Descriptive names
To help keep track of your plugins, Telemetry Pipeline lets you add custom metadata to each plugin, including descriptive names. These descriptive names don’t overwrite the default names assigned to each plugin. Instead, they’re displayed under the plugin’s default name in the Telemetry Pipeline web interface.- Web interface
- Configuration file
To add a descriptive name to a plugin through the Telemetry Pipeline web interface:
- In the Pipeline Builder, click the existing plugin to edit it.
- Expand the Metadata section, and enter a value in the Name field.
- Click Save.