Add Infra Automation Pack v1: docs infrastructure, logging stack, sync scripts
This commit is contained in:
@@ -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\"}"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user