Skip to content

Vector Unix Domain Socket Output

Write TenXObjects back to Vector via a Unix domain socket using the Fluent Forward protocol. Vector consumes this on the receiving side via its fluent source.

Vector source configuration

sources:
  tenx_out:
    type: fluent
    mode: unix
    path: /tmp/tenx-vector-out.sock

Options

Specify the options below to configure the Vector Unix domain socket output:

Name Description
vectorOutputForwardAddress Unix socket address

vectorOutputForwardAddress

Unix socket address.

Type Default
String ""

Unix domain socket path for forward protocol output to Vector.


This module is defined in unix/module.yaml.