-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kibana issue #434
Comments
You're opening your browser to Elasticsearch, you want to connect to your On 28 August 2013 11:37, rugwiza notifications@github.com wrote:
|
Your web server is not aware of Kibana. Check out the sample configs for apache and nginx to learn how to point them there. Ignore the whole access restriction thing first and introduce it later when you have Kibana running. Also, make sure your elasticsearch actually holds events from logstash: http://x.x.x.x:9200/_stats You probably want to check logstash's documentation for recommended version of elasticsearch as well. That applies as long as you use Kibana 3 The whole bundler thing hints you actually use Kibana 2, a different beast altogether, it has a separate repo: https://github.com/rashidkpc/Kibana |
Changes based on discussion with Paul
Hello,
I am in trouble, as i installed Kibana in my ubuntu 12.4 server.
Below are the steps I followed:
4 .Run gem install bundler
I get the following code:
{
"ok" : true,
"status" : 200,
"name" : "Tomorrow Man",
"version" : {
"number" : "0.90.0",
"snapshot_build" : false
},
"tagline" : "You Know, for Search"
}
Right now I am stack. Please help.
The text was updated successfully, but these errors were encountered: