node.js - How to run elasticsearch-hq? -
i trying run elasticsearch-hq monitor es cluster.
as understand node.js application. i've tried run
npm install
and seems fine.. far understand (that's node.js tutorials do...)
but when run
node app
it returns:
module.js:340 throw err; ^ error: cannot find module '/elasticsearch-hq/app' @ function.module._resolvefilename (module.js:338:15) @ function.module._load (module.js:280:25) @ function.module.runmain (module.js:497:10) @ startup (node.js:119:16) @ node.js:906:3
what can that?
thanks!
rather run node.js application (particularly if you're not familiar node.js) why don't run plugin? that's do:
http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/modules-plugins.html
in case you'll run following commands:
cd <yourelasticsearchhome>/bin plugin -install royrusso/elasticsearch-hq
then navigate http://<yourhost>:9200/_plugin/hq/
and should go -
Comments
Post a Comment