Merge branch 'main' of ssh://git.limbosolutions.com:2222/myLimbo/ansible.collection.globals
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 }}"
|
||||
@@ -28,11 +26,11 @@ sinks:
|
||||
enabled: false
|
||||
encoding:
|
||||
codec: json
|
||||
dangerously_allow_unconfined_template_resolution: true
|
||||
labels:
|
||||
{% raw %}
|
||||
job: "journald"
|
||||
host: "{{ .host }}"
|
||||
source: "{{ .source }}"
|
||||
unit: "{{ .unit }}"
|
||||
process: "{{ .process }}"
|
||||
priority: "{{ .priority }}"
|
||||
{% endraw %}
|
||||
|
||||
Reference in New Issue
Block a user