1. Download and extract [http://download.elasticsearch.org/kibana/releases/kibana-latest.zip](http://download.elasticsearch.org/kibana/releases/kibana-latest.zip) to your webserver.
1. Download and extract [http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip](http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip) to your webserver.
2. Edit config.js in your deployed directory to point to your elasticsearch server. This should __not be
2. Edit config.js in your deployed directory to point to your elasticsearch server. This should __not be
http://localhost:9200__, but rather the fully qualified domain name of your elasticsearch server.
http://localhost:9200__, but rather the fully qualified domain name of your elasticsearch server.
The url entered here _must be reachable_ by your browser.
The url entered here _must be reachable_ by your browser.
<divclass="title3 light">Instead of cloning the entire kibana, you can grab the latest build here: <ahref="http://download.elasticsearch.org/kibana/releases/kibana-latest.zip">http://download.elasticsearch.org/kibana/releases/kibana-latest.zip</a><p>
<divclass="title3 light">Instead of cloning the entire kibana, you can grab the latest build here: <ahref="http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip">http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip</a><p>
If you really want to run from source you can do so from the <ahref="src/index.html">src/</a> folder. After upgrading you may need to clear your browsers cache to see all of the new features.</div>
If you really want to run from source you can do so from the <ahref="src/index.html">src/</a> folder. After upgrading you may need to clear your browsers cache to see all of the new features.</div>