Add Infra Automation Pack v1: docs infrastructure, logging stack, sync scripts

This commit is contained in:
Apple
2025-11-27 09:29:42 -08:00
parent 6bd769ef40
commit 2a6112fc42
22 changed files with 595 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"title": "DAARION Logs",
"schemaVersion": 38,
"version": 1,
"panels": [
{
"type": "logs",
"title": "Recent Logs",
"gridPos": { "x": 0, "y": 0, "w": 24, "h": 10 },
"options": {
"dedupStrategy": "none",
"showLabels": true,
"wrapLogMessage": true
},
"targets": [
{
"datasource": { "type": "loki", "uid": "loki" },
"expr": "{job=\"docker\"}"
}
]
}
]
}