Cannot start kibana-4.1.2

My environment

CentOS 6.6
elasticsearch-2.0.0-rc1.rpm
kibana-4.1.2-linux-x64

[root@node2 files]# sestatus 
SELinux status:                 enabled
SELinuxfs mount:                /selinux
Current mode:                   permissive
Mode from config file:          enforcing
Policy version:                 24
Policy from config file:        targeted

I am new to the ELK stack. I installed Elasticsearch and did not change any settings. It seems to me that there is no problem finding Elastic.

http: // localhost: 9200

Outputs

{                                                                                                                                                                                             
  "name" : "Danielle Moonstar",                                                                                                                                                               
  "cluster_name" : "elasticsearch",                                                                                                                                                           
  "version" : {                                                                                                                                                                               
    "number" : "2.0.0-rc1",                                                                                                                                                                   
    "build_hash" : "4757962b01a4d837af282f90df9e1fbdb68b524e",                                                                                                                                
    "build_timestamp" : "2015-10-01T10:06:08Z",                                                                                                                                               
    "build_snapshot" : false,                                                                                                                                                                 
    "lucene_version" : "5.2.1"                                                                                                                                                                
  },                                                                                                                                                                                          
  "tagline" : "You Know, for Search"                                                                                                                                                          
}                   

Now, if I go to Kibana (I haven't changed anything) and run it

 [root@node2 files]# /usr/local/kibana-4.1.2-linux-x64/bin/kibana 

It gives the following errors:

{ "": "Kibana", " ": "node2.mydomain.com", "PID": 2253, "": 50, "": { "": " error", "name": "Error", "stack": ": \n (/usr/local/kibana-4.1.2-linux-x64/src/ node_modules/elasticsearch/src/lib/transport.js:237:15)\n checkRespForFailure (/usr/local/kibana-4.1.2-linux-x64/src/node_modules/elasticsearch/src/lib/transport.js:203:7)\n HttpConnector. (/usr/local/kibana-4.1.2-linux-x64/src/node_modules/elasticsearch/src/lib/connectors/http.js:156:7)\n IncomingMessage.bound(/usr/local/kibana-4.1.2-linux-x64/src/node_modules/elasticsearch/node_modules/lodash-node/modern/internals/baseBind.js:56:17)\n IncomingMessage.emit(events.js: 117: 20)\n at _stream_readable.js: 944: 16\n process._tickCallback (node.js: 442: 13)" }, "msg": "", "time": "2015-10-15T09: 41:15.952Z", "v": 0} { "": "Kibana", " ": "node2.mydomain.com", "PID": 2253, "": 60, "": { "": " error", "name": "Error", "stack": ": \n (/usr/local/kibana-4.1.2-linux-x64/src/node_modules/elasticsearch/src/lib/transport.js:237:15)\n checkRespForFailure (/usr/local/kibana-4.1.2-linux-x64/src/node_modules/elasticsearch/src/lib/transport.js:203:7)\n HttpConnector. (/usr/local/kibana-4.1.2-linux-x64/src/node_modules/elasticsearch/src/lib/connectors/http.js:156:7)\n IncomingMessage.bound(/usr/local/kibana-4.1.2-linux-x64/src/node_modules/elasticsearch/node_modules/lodash-node/modern/internals/baseBind.js:56:17)\n IncomingMessage.emit(events.js: 117: 20)\n at _stream_readable.js: 944: 16\n process._tickCallback (node.js: 442: 13)" }, "msg": "", "time": "2015-10-15T09: 41:15.952Z", "V": 0}

, ?

+4
1

, Kibana 4.2.0-beta . .

+4

Source: https://habr.com/ru/post/1611750/


All Articles