5545f05eee
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
21 lines
700 B
YAML
21 lines
700 B
YAML
# ============================================================================
|
|
# 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
|