| Current Path : /etc/vector/examples/ |
| Current File : //etc/vector/examples/stdio.yaml |
# STDIO Example
# ------------------------------------------------------------------------------
# A simple STDIN / STDOUT example. This script is used in the getting started
# guide:
#
# https://vector.dev/guides/getting-started
sources:
in:
type: "stdin"
sinks:
out:
inputs: [ "in" ]
type: "console"
encoding:
codec: "text"