Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
exajobs authored Feb 18, 2022
1 parent 731fac1 commit 873760b
Show file tree
Hide file tree
Showing 8 changed files with 17,351 additions and 0 deletions.
2,368 changes: 2,368 additions & 0 deletions grafana/Linux.json

Large diffs are not rendered by default.

269 changes: 269 additions & 0 deletions grafana/Logs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,269 @@
{
"__inputs": [],
"__requires": [
{
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "5.1.0"
},
{
"type": "panel",
"id": "table",
"name": "Table",
"version": "5.0.0"
}
],
"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": null,
"iteration": 1543283058332,
"links": [],
"panels": [
{
"columns": [],
"datasource": "$datasource",
"fontSize": "100%",
"gridPos": {
"h": 23,
"w": 24,
"x": 0,
"y": 0
},
"id": 2,
"links": [],
"pageSize": 20,
"scroll": true,
"showHeader": true,
"sort": {
"col": 0,
"desc": true
},
"styles": [
{
"alias": "Time",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"link": false,
"pattern": "Time",
"thresholds": [],
"type": "date",
"unit": "short"
}
],
"targets": [
{
"groupBy": [],
"measurement": "tail",
"orderByTime": "DESC",
"policy": "default",
"query": "SELECT \"host\", \"asctime\", \"levelname\", \"name\", \"message\" FROM \"sandboxav_log\" WHERE $timeFilter",
"rawQuery": false,
"refId": "A",
"resultFormat": "table",
"select": [
[
{
"params": [
"host"
],
"type": "field"
}
],
[
{
"params": [
"path"
],
"type": "field"
}
],
[
{
"params": [
"levelname"
],
"type": "field"
}
],
[
{
"params": [
"name"
],
"type": "field"
}
],
[
{
"params": [
"message"
],
"type": "field"
}
]
],
"tags": [
{
"key": "host",
"operator": "=~",
"value": "/^$host$/"
},
{
"condition": "AND",
"key": "path",
"operator": "=~",
"value": "/^$path$/"
},
{
"condition": "AND",
"key": "levelname",
"operator": "=~",
"value": "/^$levelname$/"
}
]
}
],
"timeFrom": "7d",
"title": "Sandboxav Logs",
"transform": "table",
"type": "table"
}
],
"schemaVersion": 16,
"style": "dark",
"tags": [
"log"
],
"templating": {
"list": [
{
"current": {
"text": "MAF",
"value": "MAF"
},
"hide": 0,
"label": null,
"name": "datasource",
"options": [],
"query": "influxdb",
"refresh": 1,
"regex": "",
"type": "datasource"
},
{
"allValue": null,
"current": {},
"datasource": "$datasource",
"hide": 0,
"includeAll": true,
"label": null,
"multi": true,
"name": "host",
"options": [],
"query": "show tag values from tail with key = \"host\"",
"refresh": 1,
"regex": "",
"sort": 0,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"allValue": null,
"current": {},
"datasource": "$datasource",
"hide": 0,
"includeAll": true,
"label": null,
"multi": true,
"name": "path",
"options": [],
"query": "show tag values from tail with key = \"path\"",
"refresh": 1,
"regex": "",
"sort": 0,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"allValue": null,
"current": {},
"datasource": "$datasource",
"hide": 0,
"includeAll": true,
"label": null,
"multi": true,
"name": "levelname",
"options": [],
"query": "show tag values from tail with key = \"levelname\"",
"refresh": 1,
"regex": "",
"sort": 0,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
}
]
},
"time": {
"from": "now-6h",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
]
},
"timezone": "utc",
"title": "Logs",
"uid": "QvX-Hemik",
"version": 79
}
Loading

0 comments on commit 873760b

Please sign in to comment.