TELEMETRY PIPELINE
Files

Files

In addition to the YAML configuration file that govern a pipeline's settings, you can optionally add other kinds of files to pipelines, such as parsers, certificates, stream processor jobs, and custom Lua scripts.

Add a file to a pipeline

To add a file to a pipeline, use the following command:

calyptia update pipeline PIPELINE --file FILENAME

Replace the following:

  • PIPELINE: The name or unique ID of your pipeline.
  • FILENAME: The name of the file to add.

Each file must be less than 10 MB and must not include a file extension.

Add an encrypted file

To encrypt pipeline files, use the --encrypt-files flag. Telemetry Pipeline uses RSA‑OAEP encryption with a 2048-bit key.

Access a file

After you've added a file to a pipeline, you can access it in a pipeline's configuration file by using the following variable:

{{ files.FILENAME }}

Replace FILENAME with the name of your file.