17 lines
321 B
Plaintext
17 lines
321 B
Plaintext
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
data_dir: "/var/lib/vector"
|
||
|
|
||
|
|
||
|
api:
|
||
|
enabled: true
|
||
|
address: "0.0.0.0:8686"
|
||
|
|
||
|
sources:
|
||
|
{{ sources | to_nice_yaml(indent=2) | trim | indent(2) }}
|
||
|
|
||
|
transforms:
|
||
|
{{ transforms | to_nice_yaml(indent=2) | trim | indent(2) }}
|
||
|
|
||
|
sinks:
|
||
|
{{ sinks | to_nice_yaml(indent=2) | trim | indent(2) }}
|