Skip to content

Commit

Permalink
Further updated grafana to specify datasource on DB creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbowy committed Jan 7, 2019
1 parent 440f9e2 commit b76a04f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
22 changes: 1 addition & 21 deletions grafana_db/FlowSearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"id" : 6,
"type" : "table",
"title" : "Flow Results",
"datasource": "goflow",
"scroll" : true,
"sort" : {
"desc" : true,
Expand Down Expand Up @@ -288,26 +289,5 @@
"gnetId" : null,
"version" : 1,
"schemaVersion" : 16
},
"meta" : {
"createdBy" : "Anonymous",
"slug" : "netflow-flow-search",
"url" : "/d/JCAF6YUik/netflow-flow-search",
"folderUrl" : "",
"updatedBy" : "Anonymous",
"updated" : "2019-01-07T14:53:27+11:00",
"provisioned" : false,
"folderTitle" : "General",
"canStar" : true,
"isFolder" : false,
"created" : "2019-01-07T14:53:27+11:00",
"hasAcl" : false,
"canSave" : true,
"version" : 1,
"folderId" : 0,
"canAdmin" : true,
"expires" : "0001-01-01T00:00:00Z",
"canEdit" : true,
"type" : "db"
}
}
2 changes: 2 additions & 0 deletions grafana_db/TimeSeries.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
],
"lines" : true,
"title" : "Throughput bytes",
"datasource": "goflow",
"timeRegions" : [],
"thresholds" : []
},
Expand Down Expand Up @@ -219,6 +220,7 @@
"timeRegions" : [],
"thresholds" : [],
"title" : "Packet rate",
"datasource": "goflow",
"pointradius" : 5,
"yaxis" : {
"alignLevel" : null,
Expand Down
3 changes: 3 additions & 0 deletions grafana_db/TopN.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"timeRegions": [],
"timeShift": null,
"title": "TopN - By Destination Address",
"datasource": "goflow",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down Expand Up @@ -200,6 +201,7 @@
"timeRegions": [],
"timeShift": null,
"title": "TopN - By Destination Port",
"datasource": "goflow",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down Expand Up @@ -308,6 +310,7 @@
"timeRegions": [],
"timeShift": null,
"title": "TopN - By Source Port",
"datasource": "goflow",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down

0 comments on commit b76a04f

Please sign in to comment.