Skip to content

Instantly share code, notes, and snippets.

Created March 14, 2013 15:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save anonymous/36ae0b37025c31dbf344 to your computer and use it in GitHub Desktop.
Save anonymous/36ae0b37025c31dbf344 to your computer and use it in GitHub Desktop.
Logstash Dashboard
{
"title": "Logstash Dashboard",
"rows": [
{
"title": "Query Control",
"height": "50px",
"editable": true,
"collapse": false,
"panels": [
{
"span": 5,
"editable": true,
"group": [
"default"
],
"type": "stringquery",
"label": "Search",
"query": "*",
"size": 100,
"sort": [
"@timestamp",
"desc"
],
"multi": false,
"multi_arrange": "horizontal"
},
{
"span": 5,
"editable": true,
"group": [
"default"
],
"type": "timepicker",
"mode": "relative",
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
],
"timespan": "1h",
"timefield": "@timestamp",
"index": "\"logstash-\"yyyy.mm.dd",
"defaultindex": "NOINDEX",
"refresh": {
"enable": false,
"interval": 30,
"min": 3
},
"time": {
"from": "03/14/2013 07:15:23",
"to": "03/14/2013 08:15:23"
},
"index_interval": "day",
"timed_indices": true
},
{
"span": 2,
"editable": true,
"group": [
"default"
],
"type": "dashcontrol",
"save": {
"gist": true,
"elasticsearch": true,
"local": true,
"default": true
},
"load": {
"gist": true,
"elasticsearch": true,
"local": true
},
"elasticsearch_size": 20,
"elasticsearch_saveto": "kibana-int",
"error": false,
"hide_control": false,
"temp": true,
"temp_ttl": "30d"
}
],
"collapsable": true
},
{
"title": "Histogram",
"height": "150px",
"editable": true,
"collapse": false,
"panels": [
{
"span": 12,
"editable": true,
"group": [
"default"
],
"type": "histogram",
"query": [
{
"query": "*",
"label": "Query"
}
],
"interval": "1m",
"show": [
"bars",
"y-axis",
"x-axis",
"legend"
],
"fill": false,
"index": [
"logstash-2013.03.14"
],
"timezone": "browser",
"spyable": true,
"zoomlinks": true,
"loading": false
}
],
"collapsable": true
},
{
"title": "Events",
"height": "330px",
"editable": true,
"collapse": false,
"panels": [
{
"span": 2,
"editable": true,
"group": [
"default"
],
"type": "fields",
"style": {
"font-size": "85%",
"line-height": "15px"
},
"sort": [
"@timestamp",
"desc"
],
"arrange": "vertical",
"micropanel_position": "right",
"query": "*"
},
{
"span": 10,
"editable": true,
"group": [
"default"
],
"type": "table",
"query": "*",
"size": 100,
"sort": [
"@timestamp",
"desc"
],
"style": {},
"fields": [
"@timestamp",
"@message"
],
"index": [
"logstash-2013.03.14"
],
"error": false,
"title": "Events",
"offset": 0,
"spyable": true,
"loading": false
}
],
"collapsable": true
}
],
"editable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment