gpt4 book ai didi

node.js - 如何运行elasticsearch-hq?

转载 作者:太空宇宙 更新时间:2023-11-04 01:04:51 25 4
gpt4 key购买 nike

我正在尝试运行 elasticsearch-hq监控我的 ES 集群。

据我了解,这是一个 Node.js 应用程序。我尝试过运行

npm install

而且似乎没问题......据我了解(这就是大多数 Node.js 教程所说的......)

但是当我运行时

node app

它返回:

module.js:340
throw err;
^
Error: Cannot find module '/elasticsearch-HQ/app'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:906:3

我能用它做什么?

谢谢!

最佳答案

与其将其作为 Node.js 应用程序运行(特别是如果您不熟悉 Node.js),为什么不将其作为插件运行呢?这就是我们所做的:

http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/modules-plugins.html

在这种情况下,您将运行以下命令:

cd <yourelasticsearchhome>/bin
plugin -install royrusso/elasticsearch-HQ

然后导航至http://<yourhost>:9200/_plugin/HQ/

你应该可以走了 -

关于node.js - 如何运行elasticsearch-hq?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24104324/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com