Commit f9845ea5 by Rashid Khan

Merge pull request #292 from rashidkpc/master

Added log type terms table to logstash dashboard
parents fff4fbab 503d0c24
...@@ -27,8 +27,8 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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"
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment