Created
April 16, 2021 19:18
-
-
Save rikatz/d53751acf9b705262db992b3bd98acbe to your computer and use it in GitHub Desktop.
Falco Loki dashboard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", | |
"name": "Annotations & Alerts", | |
"type": "dashboard" | |
} | |
] | |
}, | |
"editable": true, | |
"gnetId": null, | |
"graphTooltip": 0, | |
"id": 4, | |
"links": [], | |
"panels": [ | |
{ | |
"collapsed": false, | |
"datasource": null, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 0 | |
}, | |
"id": 8, | |
"panels": [], | |
"title": "Graphs", | |
"type": "row" | |
}, | |
{ | |
"datasource": "grafanacloud-rkatz-logs", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 9, | |
"w": 6, | |
"x": 0, | |
"y": 1 | |
}, | |
"id": 6, | |
"options": { | |
"displayLabels": [], | |
"legend": { | |
"displayMode": "list", | |
"placement": "right", | |
"values": [] | |
}, | |
"pieType": "pie", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {} | |
}, | |
"pluginVersion": "7.5.3", | |
"targets": [ | |
{ | |
"expr": "rate({rule=\"kubernetes outbound connection\"}[5m])", | |
"queryType": "randomWalk", | |
"refId": "A" | |
} | |
], | |
"title": "Namespaces", | |
"transformations": [ | |
{ | |
"id": "labelsToFields", | |
"options": { | |
"valueLabel": "k8snsname" | |
} | |
} | |
], | |
"type": "piechart" | |
}, | |
{ | |
"datasource": "grafanacloud-rkatz-logs", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 9, | |
"w": 6, | |
"x": 6, | |
"y": 1 | |
}, | |
"id": 10, | |
"options": { | |
"displayLabels": [], | |
"legend": { | |
"displayMode": "list", | |
"placement": "right", | |
"values": [] | |
}, | |
"pieType": "pie", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {} | |
}, | |
"pluginVersion": "7.5.3", | |
"targets": [ | |
{ | |
"expr": "rate({rule=\"kubernetes outbound connection\"}[5m])", | |
"instant": false, | |
"queryType": "randomWalk", | |
"range": true, | |
"refId": "A" | |
} | |
], | |
"title": "Destinations", | |
"transformations": [ | |
{ | |
"id": "labelsToFields", | |
"options": { | |
"valueLabel": "fdsip" | |
} | |
} | |
], | |
"type": "piechart" | |
}, | |
{ | |
"datasource": "grafanacloud-rkatz-logs", | |
"fieldConfig": { | |
"defaults": {}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 8, | |
"w": 12, | |
"x": 0, | |
"y": 10 | |
}, | |
"id": 12, | |
"options": { | |
"dedupStrategy": "none", | |
"showLabels": false, | |
"showTime": false, | |
"sortOrder": "Descending", | |
"wrapLogMessage": false | |
}, | |
"pluginVersion": "7.5.3", | |
"targets": [ | |
{ | |
"expr": "{rule=\"kubernetes outbound connection\"}", | |
"instant": false, | |
"queryType": "randomWalk", | |
"range": true, | |
"refId": "A" | |
} | |
], | |
"title": "Logs", | |
"type": "logs" | |
} | |
], | |
"schemaVersion": 27, | |
"style": "dark", | |
"tags": [], | |
"templating": { | |
"list": [] | |
}, | |
"time": { | |
"from": "now-6h", | |
"to": "now" | |
}, | |
"timepicker": {}, | |
"timezone": "", | |
"title": "Dashboard Falco", | |
"uid": "bQxhwAuMk", | |
"version": 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment