diff --git a/templates/vector.yml.j2 b/templates/vector.yml.j2 index 47808ce..0a86e2d 100644 --- a/templates/vector.yml.j2 +++ b/templates/vector.yml.j2 @@ -8,10 +8,10 @@ api: address: "0.0.0.0:8686" sources: - {{ sources | to_nice_yaml(indent=2) | trim | indent(2) }} + {{ sources | to_nice_yaml(indent=2, width=99999) | trim | indent(2) }} transforms: - {{ transforms | to_nice_yaml(indent=2) | trim | indent(2) }} + {{ transforms | to_nice_yaml(indent=2), width=99999| trim | indent(2) }} sinks: - {{ sinks | to_nice_yaml(indent=2) | trim | indent(2) }} \ No newline at end of file + {{ sinks | to_nice_yaml(indent=2), width=99999 | trim | indent(2) }} \ No newline at end of file