Skip to content

Commit

Permalink
reverting port change
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Dec 20, 2013
1 parent 9254abc commit 5ae58cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function (Settings) {
* elasticsearch host
* @type {String}
*/
elasticsearch: "http://"+window.location.hostname+":9500",
elasticsearch: "http://"+window.location.hostname+":9200",

/**
* The default ES index to use for storing Kibana specific object
Expand Down

0 comments on commit 5ae58cb

Please sign in to comment.