Add CentralLogging stack, Covance/EDC sources, email import + IWRS scripts

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 16:06:21 +02:00
parent af787d9f02
commit 5545f05eee
173 changed files with 21334 additions and 1 deletions
@@ -0,0 +1,17 @@
# ============================================================================
# CentralLogging — Grafana datasource provisioning
# Verze: 1.0
# Datum: 2026-06-08
# Popis: Automaticky přidá Loki jako datasource při startu Grafany.
# ============================================================================
apiVersion: 1
datasources:
- name: Loki
type: loki
uid: loki # pevné uid, na které odkazuje dashboard
access: proxy
url: http://loki:3100
isDefault: true
jsonData:
maxLines: 5000