mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #292 from rashidkpc/master
Added log type terms table to logstash dashboard
This commit is contained in:
commit
f9845ea596
@ -27,8 +27,8 @@
|
|||||||
],
|
],
|
||||||
"list": {
|
"list": {
|
||||||
"0": {
|
"0": {
|
||||||
"from": "2013-07-27T21:35:50.822Z",
|
"from": "2013-07-29T03:28:07.127Z",
|
||||||
"to": "2013-07-27T22:35:50.823Z",
|
"to": "2013-07-29T04:28:07.128Z",
|
||||||
"field": "@timestamp",
|
"field": "@timestamp",
|
||||||
"type": "time",
|
"type": "time",
|
||||||
"mandate": "must",
|
"mandate": "must",
|
||||||
@ -157,7 +157,7 @@
|
|||||||
"collapsable": true,
|
"collapsable": true,
|
||||||
"panels": [
|
"panels": [
|
||||||
{
|
{
|
||||||
"span": 12,
|
"span": 9,
|
||||||
"editable": true,
|
"editable": true,
|
||||||
"group": [
|
"group": [
|
||||||
"default"
|
"default"
|
||||||
@ -188,7 +188,39 @@
|
|||||||
"ids": [
|
"ids": [
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"title": "Events over time"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"error": false,
|
||||||
|
"span": 3,
|
||||||
|
"editable": true,
|
||||||
|
"group": [
|
||||||
|
"default"
|
||||||
|
],
|
||||||
|
"type": "terms",
|
||||||
|
"queries": {
|
||||||
|
"mode": "all",
|
||||||
|
"ids": [
|
||||||
|
0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"field": "_type",
|
||||||
|
"exclude": [],
|
||||||
|
"missing": true,
|
||||||
|
"other": true,
|
||||||
|
"size": 10,
|
||||||
|
"order": "count",
|
||||||
|
"style": {
|
||||||
|
"font-size": "10pt"
|
||||||
|
},
|
||||||
|
"donut": false,
|
||||||
|
"tilt": false,
|
||||||
|
"labels": true,
|
||||||
|
"arrangement": "horizontal",
|
||||||
|
"chart": "table",
|
||||||
|
"counter_pos": "above",
|
||||||
|
"title": "Top log types"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user