I am trying to install ELK. I have already installed “elasticsearch-2.2.0” and “logstash-2.2.2” and both working fine for me. I am installing on RHEL7.1.
Now I am trying to install “kibana-4.4.1”. But I am getting below error. Can you please help me on this.
Error:-
……………………………………………………………..
[root@VCCDBLDCM24 kibana-4.4.1-linux-x64]# ./bin/kibana
module.js:341
throw err;
^
Error: Cannot find module './$.array-species-create'
at Function.Module._resolveFilename (module.js:339:15)
at Function.Module._load (module.js:290:25)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
at Object. (/root/elk-files/kibana-4.4.1-linux-x64/kibana-4.4.1-linux-x64/node_modules/babel-core/node_modules/core-js/modules/$.array-methods.js:12:16)
at Module._compile (module.js:413:34)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
……………………………………………………………..
Did you install Kibana via the official download, or are you trying to run it from the git source? The official releases of Kibana come bundled with the appropriate version of node, so you don't need to set it up yourself.
I am installing Kibana via the official download. When I was installing kibana without installing NodeJs, I was getting this error "unable to find usable node.js executable.".
Then I install nodejs "0.12.10", I was getting the same error "Error: Cannot find module './$.array-species-create'".
Then I installed nodejs v5.7.1, but error was same.
The official download of Kibana comes with node.js, so if it can't find the binary, there is a problem. I'd recommend working on finding a solution to that problem first.
In your official download, can you provide the output of:
That's the correct place, though it sounds like you only got a partial archive. I'd recommend downloading it again and making sure to verify the sha of the file to make sure you got the file we uploaded in entirety.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.