Merge pull request #292 from rashidkpc/master

Added log type terms table to logstash dashboard
This commit is contained in:
Rashid Khan 2013-07-28 21:31:44 -07:00
commit f9845ea596

View File

@ -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"
} }
] ]
}, },