Update to 2025-07-04 09:00

This commit is contained in:
Daniel Berteaud
2025-07-04 09:00:19 +02:00
parent 3a08150ae4
commit f8d3e57155
35 changed files with 343 additions and 8 deletions

View File

@@ -53,3 +53,6 @@
- include_tasks: filebeat.yml
tags: always
- include_tasks: vector.yml
tags: always

View File

@@ -0,0 +1,5 @@
---
- name: Deploy vector configuration
template: src=vector.yml dest=/etc/vector/conf.d/pve.yml
tags: log,pve,vector

View File

@@ -0,0 +1,16 @@
---
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