Skip to content

Instantly share code, notes, and snippets.

# __ __ __
# \ \ / / / /
# \ V / / /
# \_/ \/
#
# V E C T O R
# Configuration
#
# ------------------------------------------------------------------------------
# Website: https://vector.dev
[sinks.my_sink_id]
# General
type = "console" # required
inputs = ["my-source-or-transform-id"] # required
target = "stdout" # optional, default
# Encoding
encoding.codec = "json" # required
[sources.in]