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:
- 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 %}