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:
@@ -0,0 +1,20 @@
|
||||
# ============================================================================
|
||||
# CentralLogging — Grafana dashboard provisioning
|
||||
# Verze: 1.0
|
||||
# Datum: 2026-06-08
|
||||
# Popis: Automaticky načte dashboardy z /etc/grafana/provisioning/dashboards/json
|
||||
# (mountováno z ./dashboards). Soubor .json = jeden dashboard.
|
||||
# ============================================================================
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: CentralLogging
|
||||
orgId: 1
|
||||
folder: CentralLogging
|
||||
type: file
|
||||
disableDeletion: false
|
||||
updateIntervalSeconds: 30
|
||||
allowUiUpdates: true
|
||||
options:
|
||||
path: /etc/grafana/provisioning/dashboards/json
|
||||
foldersFromFilesStructure: false
|
||||
Reference in New Issue
Block a user