51 lines
883 B
JSON
51 lines
883 B
JSON
{
|
|
"dashboard": {
|
|
"id": null,
|
|
"title": "Log Analysis",
|
|
"tags": [
|
|
"loki",
|
|
"logs"
|
|
],
|
|
"panels": [
|
|
{
|
|
"id": 1,
|
|
"title": "Error Logs",
|
|
"type": "logs",
|
|
"targets": [
|
|
{
|
|
"expr": "{job=~\".+\"} |= \"error\"",
|
|
"legendFormat": "Errors"
|
|
}
|
|
],
|
|
"gridPos": {
|
|
"h": 8,
|
|
"w": 12,
|
|
"x": 0,
|
|
"y": 0
|
|
}
|
|
},
|
|
{
|
|
"id": 2,
|
|
"title": "All Logs",
|
|
"type": "logs",
|
|
"targets": [
|
|
{
|
|
"expr": "{job=~\".+\"}",
|
|
"legendFormat": "All logs"
|
|
}
|
|
],
|
|
"gridPos": {
|
|
"h": 8,
|
|
"w": 12,
|
|
"x": 12,
|
|
"y": 0
|
|
}
|
|
}
|
|
],
|
|
"time": {
|
|
"from": "now-30m",
|
|
"to": "now"
|
|
},
|
|
"refresh": "30s"
|
|
}
|
|
}
|