mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-06 16:38:48 +02:00
17 lines
266 B
YAML
17 lines
266 B
YAML
![]() |
---
|
||
|
|
||
|
sources:
|
||
|
in_logs_pve:
|
||
|
type: file
|
||
|
include:
|
||
|
- /var/log/pve-firewall.log
|
||
|
- /var/log/pveproxy/access.log
|
||
|
- /var/log/vzdump/*
|
||
|
|
||
|
transforms:
|
||
|
format_logs_pve:
|
||
|
type: remap
|
||
|
inputs: ["in_logs_pve"]
|
||
|
source: |
|
||
|
# Nothing to do
|