Skip to content

Commit

Permalink
Merge pull request #63 from rashidkpc/master
Browse files Browse the repository at this point in the history
Issue #60
  • Loading branch information
Rashid Khan committed May 2, 2013
2 parents c41577c + c567813 commit 4747ee0
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ If you need to configure the default dashboard, please see dashboards/default
*/
var config = new Settings(
{
elasticsearch: 'http://localhost:9200',
kibana_index: "kibana-int",
modules: ['histogram','map','pie','table','stringquery','sort',
'timepicker','text','fields','hits','dashcontrol',
'column'],
// By default this will attempt to reach ES at the same host you have
// elasticsearch installed on. You probable want to set it to the FQDN of your
// elasticsearch host
elasticsearch: "http://"+window.location.hostname+":9200",
// elasticsearch: 'http://localhost:9200',
kibana_index: "kibana-int",
modules: ['histogram','map','pie','table','stringquery','sort',
'timepicker','text','fields','hits','dashcontrol',
'column'],
}
);

0 comments on commit 4747ee0

Please sign in to comment.