From 82f5ef436fec52e2a091dcedb086524a16b462c2 Mon Sep 17 00:00:00 2001 From: Ian Babrou Date: Thu, 19 Dec 2013 13:34:37 +0400 Subject: [PATCH 1/2] removed typos --- src/app/partials/dashLoader.html | 2 +- tasks/docs_task.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/partials/dashLoader.html b/src/app/partials/dashLoader.html index 27c43b37c74..34822ede6f3 100644 --- a/src/app/partials/dashLoader.html +++ b/src/app/partials/dashLoader.html @@ -40,7 +40,7 @@
  • Gist Enter a gist number or url
    -
    +
    Dashboards in gist:{{gist.url | gistid}} click to load
    No gist dashboards found
    diff --git a/tasks/docs_task.js b/tasks/docs_task.js index 2ff68b885dc..47fa25116b1 100644 --- a/tasks/docs_task.js +++ b/tasks/docs_task.js @@ -1,4 +1,3 @@ -// Lint and build CSS module.exports = function(grunt) { grunt.registerTask('docs', ['clean:docs', 'scratchy:docs']); }; \ No newline at end of file From f0ed78f8443bfa4fa6c5c9724dba79ff90c194b2 Mon Sep 17 00:00:00 2001 From: Sharif Olorin Date: Tue, 24 Dec 2013 04:35:46 +1100 Subject: [PATCH 2/2] Fix comment in config.js By default kibana attempts to reach Elasticsearch at the same domain Kibana is accessed via. --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index bf2d3d87519..b775f974cd8 100644 --- a/src/config.js +++ b/src/config.js @@ -18,7 +18,7 @@ function (Settings) { * The URL to your elasticsearch server. You almost certainly don't * want +http://localhost:9200+ here. Even if Kibana and Elasticsearch are on * the same host. By default this will attempt to reach ES at the same host you have - * elasticsearch installed on. You probably want to set it to the FQDN of your + * kibana installed on. You probably want to set it to the FQDN of your * elasticsearch host */ elasticsearch: "http://"+window.location.hostname+":9200",