Skip to content

Instantly share code, notes, and snippets.

@radu-gheorghe
Created September 24, 2013 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radu-gheorghe/6686704 to your computer and use it in GitHub Desktop.
Save radu-gheorghe/6686704 to your computer and use it in GitHub Desktop.
Logsene test dashboard
{
"title": "another test application",
"services": {
"query": {
"idQueue": [
2,
3,
4
],
"list": {
"0": {
"query": "test1",
"alias": "",
"color": "#7EB26D",
"id": 0
},
"1": {
"query": "test2",
"alias": "",
"color": "#EAB839",
"pin": false,
"id": 1,
"type": "lucene"
}
},
"ids": [
0,
1
]
},
"filter": {
"idQueue": [
1,
2
],
"list": {
"0": {
"from": "2013-08-25T15:38:47.057Z",
"to": "2013-09-24T15:38:47.058Z",
"field": "@timestamp",
"type": "time",
"mandate": "must",
"active": true,
"alias": "",
"id": 0
}
},
"ids": [
0
]
}
},
"rows": [
{
"title": "Options",
"height": "50px",
"editable": true,
"collapse": false,
"collapsable": true,
"panels": [
{
"error": "",
"span": 4,
"editable": true,
"group": [
"default"
],
"type": "timepicker",
"mode": "relative",
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
],
"timespan": "30d",
"timefield": "@timestamp",
"timeformat": "",
"refresh": {
"enable": false,
"interval": 30,
"min": 3
},
"filter_id": 0,
"status": "Stable"
},
{
"error": false,
"span": 3,
"editable": true,
"group": [
"default"
],
"type": "dashcontrol",
"save": {
"gist": false,
"elasticsearch": true,
"local": true,
"default": true
},
"load": {
"gist": true,
"elasticsearch": true,
"local": true
},
"hide_control": false,
"elasticsearch_size": 20,
"temp": true,
"temp_ttl": "30d",
"ttl_enable": true
}
]
},
{
"title": "Query",
"height": "50px",
"editable": true,
"collapse": false,
"collapsable": true,
"panels": [
{
"error": false,
"span": 8,
"editable": true,
"group": [
"default"
],
"type": "query",
"label": "Search",
"history": [
"test?",
"test"
],
"remember": 10,
"pinned": true,
"query": "*"
}
]
},
{
"title": "Filters",
"height": "50px",
"editable": true,
"collapse": true,
"collapsable": true,
"panels": [
{
"error": false,
"span": 12,
"editable": true,
"group": [
"default"
],
"type": "filtering"
}
]
},
{
"title": "Graph",
"height": "150px",
"editable": true,
"collapse": false,
"collapsable": true,
"panels": [
{
"span": 3,
"editable": true,
"type": "histogram",
"mode": "count",
"time_field": "@timestamp",
"queries": {
"mode": "all",
"ids": [
0,
1
]
},
"value_field": null,
"auto_int": true,
"resolution": 100,
"interval": "12h",
"fill": 0,
"linewidth": 3,
"timezone": "browser",
"spyable": true,
"zoomlinks": true,
"bars": true,
"stack": true,
"points": false,
"lines": false,
"legend": true,
"x-axis": true,
"y-axis": true,
"percentage": false,
"interactive": true
},
{
"error": false,
"span": 3,
"editable": true,
"type": "pie",
"editorTabs": [
{
"title": "Queries",
"src": "partials/querySelect.html"
}
],
"query": {
"field": "@message",
"goal": 100
},
"queries": {
"mode": "all",
"ids": [
0,
1
]
},
"size": 10,
"exclude": [],
"donut": false,
"tilt": false,
"legend": "above",
"labels": true,
"mode": "terms",
"default_field": "DEFAULT",
"spyable": true
}
]
}
],
"editable": true,
"index": {
"interval": "none",
"pattern": "[63cb7a88-3d91-4d61-86d2-3f27698cee1f]",
"default": "63cb7a88-3d91-4d61-86d2-3f27698cee1f"
},
"style": "light",
"failover": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment