Update roles/vector/templates/vector.yaml.j2

This commit is contained in:
2026-07-26 01:30:16 +00:00
parent b7a4322bd7
commit a4de74350d
-3
View File
@@ -8,8 +8,6 @@ transforms:
inputs: inputs:
- journald - journald
source: | source: |
.source = "journald"
.unit = ._SYSTEMD_UNIT
.process = ._COMM .process = ._COMM
.priority = .PRIORITY .priority = .PRIORITY
.host = "{{ vector_config.hostname }}" .host = "{{ vector_config.hostname }}"
@@ -33,7 +31,6 @@ sinks:
{% raw %} {% raw %}
job: "journald" job: "journald"
host: "{{ .host }}" host: "{{ .host }}"
source: "{{ .source }}"
process: "{{ .process }}" process: "{{ .process }}"
priority: "{{ .priority }}" priority: "{{ .priority }}"
{% endraw %} {% endraw %}