elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.78k stars 8.19k forks source link

Kibana: Error Could not reach http://<<ipadd>>:9200/_nodes. If you are using a proxy, ensure it is configured correctly #2839

Closed bsingh27 closed 9 years ago

bsingh27 commented 9 years ago

Hi, I have configured Elasticsearch tribe node. Am able to see the indices are getting created. But when I access the kibana dasboard am getting "Error Could not reach http://<>:9200/_nodes. If you are using a proxy, ensure it is configured correctly". My DNS is working fine and also i tried replacing hostname with ip address in config.js file but no luck. Am able to get the output of $ curl http://:9200/_nodes/process?pretty Versions am using: kibana: 3 logstash: 1.4.1 Elasticsearch: 1.4.1

Here is output of config.js

/\ Managed by Puppet Do not modify by hand **/

define(['settings'], function (Settings) { "use strict";

return new Settings({

elasticsearch: "http://<<ipadd>>:9200",

default_route: '/dashboard/file/default.json',

kibana_index: "kibana-int",

panel_names: [
  'histogram',
  'map',
  'goal',
  'table',
  'filtering',
  'timepicker',
  'text',
  'hits',
  'column',
  'trends',
  'bettermap',
  'query',
  'terms',
  'stats',
  'sparklines',
]

}); });

rashidkpc commented 9 years ago

Please join us in #kibana on freenode for troubleshooting help, we reserver github for confirmed bugs and feature requests only.