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