Skip to content
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

Closed
rugwiza opened this issue Aug 28, 2013 · 2 comments
Closed

Kibana issue #434

rugwiza opened this issue Aug 28, 2013 · 2 comments

Comments

@rugwiza
Copy link

rugwiza commented Aug 28, 2013

Hello,
I am in trouble, as i installed Kibana in my ubuntu 12.4 server.
Below are the steps I followed:

  1. Downloaded Kibana from the source
  2. Copied the entire Kibana directory to /var/www/
  3. Open KibanaConfig.rb and set Elasticsearch = "x.x.x.x:9200" and save
    4 .Run gem install bundler
  4. Run bundle install
  5. open x.x.x.x:9200.
    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.
@caspergasper
Copy link

You're opening your browser to Elasticsearch, you want to connect to your
web server.

On 28 August 2013 11:37, rugwiza notifications@github.com wrote:

Hello,
I am in trouble, as i installed Kibana in my ubuntu 12.4 server.
Below are the steps I followed:

  1. Downloaded Kibana from the source
  2. Copied the entire Kibana directory to /var/www/
  3. Open KibanaConfig.rb and set Elasticsearch = "x.x.x.x:9200" and save
    4 .Run gem install bundler
  4. Run bundle install
  5. open x.x.x.x:9200.
    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.


Reply to this email directly or view it on GitHubhttps://github.com//issues/434
.

@Hoodoo
Copy link

Hoodoo commented Aug 28, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants