apiVersion: 1 # Loads every dashboard JSON from /var/lib/grafana/dashboards (bind-mounted from # this repo's logging/grafana-dashboards/). Dashboards are file-provisioned, so # they are recreated on every container start and edits made in the UI are not # persisted — change the JSON in git and redeploy instead. providers: - name: 'logging-dashboards' orgId: 1 folder: 'Network' type: file disableDeletion: false updateIntervalSeconds: 30 allowUiUpdates: false options: path: /var/lib/grafana/dashboards foldersFromFilesStructure: false