Your IP : 216.73.216.209


Current Path : /etc/vector/examples/
Upload File :
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"