Merge branch 'main' of ssh://git.limbosolutions.com:2222/myLimbo/ansible.collection.globals

This commit is contained in:
Márcio Fernandes
2026-08-26 21:59:51 +00:00
+2 -4
View File
@@ -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 %}