From a4de74350d3ad5817a4e0323dd7923a90eb8a785 Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" <2+marcio.fernandes@noreply.localhost> Date: Sun, 26 Jul 2026 01:30:16 +0000 Subject: [PATCH] Update roles/vector/templates/vector.yaml.j2 --- roles/vector/templates/vector.yaml.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/vector/templates/vector.yaml.j2 b/roles/vector/templates/vector.yaml.j2 index 975a5e0..d99af0d 100644 --- a/roles/vector/templates/vector.yaml.j2 +++ b/roles/vector/templates/vector.yaml.j2 @@ -8,8 +8,6 @@ transforms: inputs: - journald source: | - .source = "journald" - .unit = ._SYSTEMD_UNIT .process = ._COMM .priority = .PRIORITY .host = "{{ vector_config.hostname }}" @@ -33,7 +31,6 @@ sinks: {% raw %} job: "journald" host: "{{ .host }}" - source: "{{ .source }}" process: "{{ .process }}" priority: "{{ .priority }}" {% endraw %}