moved default dashboard, turned spy on by default, added file loader

This commit is contained in:
Rashid Khan
2013-03-13 13:06:46 -07:00
parent 2cf20f8c30
commit e2fc334b78
6 changed files with 29 additions and 20 deletions
+46
View File
@@ -0,0 +1,46 @@
{
"title": "Introduction",
"rows": [
{
"title": "Status",
"collapse": false,
"height": "50px",
"panels": [
{
"span": 6,
"editable": true,
"group": [
"default"
],
"type": "text",
"title": "Welcome",
"content": "Welcome to Kibana Dashboard, a technology preview of what's to come for Kibana, Logstash and Elasticsearch \n\nKibana dashboard is the easy way to share, build, use and extend interactive, real time dashboards and data analysis interfaces. \n\nReady to get started? \n\nLogstash users, click the 'Load' button to the right, paste this URL: https://gist.github.com/a84f6b8a31d1c4f0ef85 into the 'Gist' loader, click 'Get' and select the 'Logstash Dashboard' link that appears",
"style": {
"font-size": "14pt"
}
},
{
"title": "Dashboard Loader",
"type": "dashcontrol",
"span": 3,
"group": "default",
"save": {
"gist": true,
"elasticsearch": true,
"local": true,
"default": true
},
"load": {
"gist": true,
"elasticsearch": true,
"local": true
},
"elasticsearch_size": 20,
"error": false
}
],
"editable": true
}
],
"editable": true
}