mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added log type terms table to logstash dashboard
This commit is contained in:
parent
b29ffd8347
commit
503d0c243b
@ -27,8 +27,8 @@
|
||||
],
|
||||
"list": {
|
||||
"0": {
|
||||
"from": "2013-07-27T21:35:50.822Z",
|
||||
"to": "2013-07-27T22:35:50.823Z",
|
||||
"from": "2013-07-29T03:28:07.127Z",
|
||||
"to": "2013-07-29T04:28:07.128Z",
|
||||
"field": "@timestamp",
|
||||
"type": "time",
|
||||
"mandate": "must",
|
||||
@ -157,7 +157,7 @@
|
||||
"collapsable": true,
|
||||
"panels": [
|
||||
{
|
||||
"span": 12,
|
||||
"span": 9,
|
||||
"editable": true,
|
||||
"group": [
|
||||
"default"
|
||||
@ -188,7 +188,39 @@
|
||||
"ids": [
|
||||
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