Skip to content

Commit

Permalink
Merge pull request #8 from cityindex/new-dashboard-template
Browse files Browse the repository at this point in the history
Update guided and blank citindex dashboards
  • Loading branch information
mrdavidlaing committed Mar 27, 2014
2 parents 46565a4 + c532247 commit 16a99f0
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 5 deletions.
160 changes: 157 additions & 3 deletions src/app/dashboards/cityindex_blank.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,168 @@
]
}
},
"rows": [],
"rows": [
{
"title": "",
"height": "150px",
"editable": true,
"collapse": false,
"collapsable": true,
"panels": [
{
"span": 8,
"editable": true,
"type": "histogram",
"loadingEditor": false,
"mode": "count",
"time_field": "@timestamp",
"value_field": null,
"x-axis": true,
"y-axis": true,
"scale": 1,
"y_format": "none",
"grid": {
"max": null,
"min": 0
},
"queries": {
"mode": "all",
"ids": [
0
]
},
"annotate": {
"enable": false,
"query": "*",
"size": 20,
"field": "_type",
"sort": [
"_score",
"desc"
]
},
"auto_int": true,
"resolution": 100,
"interval": "30s",
"intervals": [
"auto",
"1s",
"1m",
"5m",
"10m",
"30m",
"1h",
"3h",
"12h",
"1d",
"1w",
"1y"
],
"lines": false,
"fill": 0,
"linewidth": 3,
"points": false,
"pointradius": 5,
"bars": true,
"stack": true,
"spyable": true,
"zoomlinks": true,
"options": true,
"legend": true,
"show_query": true,
"interactive": true,
"legend_counts": true,
"timezone": "browser",
"percentage": false,
"zerofill": true,
"derivative": false,
"tooltip": {
"value_type": "cumulative",
"query_as_alias": true
}
},
{
"error": false,
"span": 4,
"editable": true,
"type": "text",
"loadingEditor": false,
"mode": "markdown",
"content": "This is blankish dashboard, add queries, filters and then rows and panels to create your dashboard... and delete this panel first ;-)",
"style": {},
"title": "New dashboard"
}
],
"notice": false
},
{
"title": "Empty Row",
"height": "150px",
"editable": true,
"collapse": false,
"collapsable": true,
"panels": [],
"notice": false
},
{
"title": "Table",
"height": "150px",
"editable": true,
"collapse": false,
"collapsable": true,
"panels": [
{
"error": false,
"span": 12,
"editable": true,
"type": "table",
"loadingEditor": false,
"size": 100,
"pages": 5,
"offset": 0,
"sort": [
"_score",
"desc"
],
"overflow": "min-height",
"fields": [
"@timestamp",
"@source_host",
"@message"
],
"highlight": [],
"sortable": true,
"header": true,
"paging": true,
"field_list": true,
"all_fields": false,
"trimFactor": 300,
"localTime": false,
"timeField": "@timestamp",
"spyable": true,
"queries": {
"mode": "all",
"ids": [
0
]
},
"style": {
"font-size": "9pt"
},
"normTimes": true,
"title": "Log Table"
}
],
"notice": false
}
],
"editable": true,
"failover": false,
"index": {
"interval": "none",
"interval": "hour",
"pattern": "[logstash-]YYYY.MM.DD",
"default": "_all",
"warm_fields": false
"warm_fields": true
},
"style": "dark",
"panel_hints": true,
Expand Down
4 changes: 2 additions & 2 deletions src/app/dashboards/cityindex_guided.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"type": "text",
"status": "Stable",
"mode": "markdown",
"content": "See the *Filtering* bar above? Filters let you restrict the results of all the queries.\n\nTo add a new filter; click on an a bar or segment link in one of the panels below.",
"content": "See the *Filtering* bar above? Filters let you restrict the results of all the queries.\n\nTo add a new filter; click on an a bar or segment link in one of the panels below.\n\n* [Overview of searching (video)](http://www.elasticsearch.org/videos/kibana-logstash/)",
"style": {},
"title": "About filters"
},
Expand All @@ -101,7 +101,7 @@
"type": "text",
"status": "Stable",
"mode": "markdown",
"content": "See the *Rows and Panels* below? Panels let you visualise the query results in different ways\n\n* [Kibana help - rows and panels](http://www.elasticsearch.org/guide/en/kibana/current/rows-and-panels.html)\n* [The Histogram & Table panels (video)](http://www.elasticsearch.org/blog/kibana-3-0-0-ga-now-available/) - _scroll down to the bottom_",
"content": "See the *Rows and Panels* below? Panels let you visualise the query results in different ways\n\n* [Kibana help - rows and panels](http://www.elasticsearch.org/guide/en/kibana/current/rows-and-panels.html)\n* [The Histogram & Table panels (video)](http://www.elasticsearch.org/videos/timeseries-histogram-kibana/)",
"style": {},
"title": "About panels"
}
Expand Down

0 comments on commit 16a99f0

Please sign in to comment.