Skip to content

Instantly share code, notes, and snippets.

@rashidkpc
Created September 24, 2013 20:53
Show Gist options
  • Save rashidkpc/6691070 to your computer and use it in GitHub Desktop.
Save rashidkpc/6691070 to your computer and use it in GitHub Desktop.
Dashboard
{
"rows": [
{
"title": "Query",
"height": "40px",
"editable": true,
"collapse": false,
"collapsable": true,
"panels": [
{
"error": false,
"span": 8,
"editable": true,
"type": "query",
"loadingEditor": false,
"label": "Search",
"query": "*",
"pinned": true,
"history": [
"*"
],
"remember": 10
},
{
"error": false,
"span": 4,
"editable": true,
"type": "filtering",
"loadingEditor": false
}
]
},
{
"title": "Events",
"height": "400px",
"panels": [
{
"type": "table",
"fields": [],
"sort": [
"_score",
"desc"
],
"overflow": "expand",
"span": 12,
"status": "Stable",
"queries": {
"mode": "all",
"ids": [
0
]
},
"size": 100,
"pages": 5,
"offset": 0,
"group": "default",
"style": {
"font-size": "9pt"
},
"highlight": [],
"sortable": true,
"header": true,
"paging": true,
"field_list": true,
"trimFactor": 300,
"normTimes": true,
"spyable": true,
"error": false
}
],
"collapse": false,
"collapsable": true,
"editable": true
}
],
"services": {
"query": {
"list": {
"0": {
"query": "*",
"id": 0,
"alias": "",
"pin": false,
"type": "lucene",
"color": "#7EB26D"
}
},
"ids": [
0
],
"idQueue": []
},
"filter": {
"list": {},
"ids": [],
"idQueue": [
0
]
}
},
"title": "Logstash Search",
"failover": false,
"index": {
"default": "roslogs-*",
"pattern": "roslogs-*",
"interval": "none"
},
"style": "dark",
"editable": true,
"panel_hints": true,
"loader": {
"save_gist": false,
"save_elasticsearch": true,
"save_local": true,
"save_default": true,
"save_temp": true,
"save_temp_ttl_enable": true,
"save_temp_ttl": "30d",
"load_gist": true,
"load_elasticsearch": true,
"load_elasticsearch_size": 20,
"load_local": true,
"hide": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment