moved default dashboard, turned spy on by default, added file loader
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user