Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 577 Bytes

File metadata and controls

31 lines (22 loc) · 577 Bytes
layout title parent grand_parent nav_order
default
file
Sinks
Pipelines
45

file

Use the file sink to create a flat file output, usually a .log file.

Configuration options

The following table describes options you can configure for the file sink.

Option Required Type Description
path Yes String Path for the output file (e.g. logs/my-transformed-log.log).

Usage

The following example shows basic usage of the file sink:

sample-pipeline:
  sink:
    - file:
        path: path/to/output-file