Update roles/vector/templates/vector.yaml.j2
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user