From 48ad884ee2a7e71c96412e35b8ba76a4cc18fca5 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Wed, 20 Feb 2013 08:40:18 -0700 Subject: [PATCH] Added drilldown links to micropanel --- config.js | 2 +- default.json | 2 +- index.html | 2 +- js/app.js | 2 +- panels/fields/micropanel.html | 15 +++++++++++++-- panels/fields/module.js | 11 ++++++++++- panels/table/module.js | 2 +- 7 files changed, 28 insertions(+), 8 deletions(-) diff --git a/config.js b/config.js index 6f2508fcd85..7b7fd55412b 100644 --- a/config.js +++ b/config.js @@ -13,7 +13,7 @@ If you need to configure the default dashboard, please see dashboard.js */ var config = new Settings( { - elasticsearch: 'http://localhost:9200', + elasticsearch: 'http://demo.logstash.net:9200', timeformat: 'mm/dd HH:MM:ss', modules: ['histogram','map','pie','table','stringquery','sort', 'timepicker','text','fields','hits','dashcontrol'], diff --git a/default.json b/default.json index 82697700832..84d48e187ac 100644 --- a/default.json +++ b/default.json @@ -14,7 +14,7 @@ ], "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/75428ef74f3b97f31af4 into the 'Gist' loader, click 'Get' and select the 'Logstash Dashboard' link that appears", + "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" } diff --git a/index.html b/index.html index ceca3003c11..b3ad877a626 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@