无法为Kibana

时间:2016-11-16 15:10:03

标签: elasticsearch kibana sense

我正在尝试为elasticsearch / kibana安装sense插件。 我已经成功安装了Kibana但是按照https://www.elastic.co/guide/en/sense/current/installing.html上的说明操作 我键入: ./kibana plugin --install elastic/sense,在kibana文件夹中的bin目录下,我得到:

 ERROR  unknown command plugin

  Usage: bin/kibana [command=serve] [options]

  Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch.

  Commands:
    serve  [options]  Run the kibana server
    help  <command>   Get the help for a specific command

  "serve" Options:

    -h, --help                 output usage information
    -e, --elasticsearch <uri>  Elasticsearch instance
    -c, --config <path>        Path to the config file, can be changed with the CONFIG_PATH environment variable as well. Use mulitple --config args to include multiple config files.
    -p, --port <port>          The port to bind to
    -q, --quiet                Prevent all logging except errors
    -Q, --silent               Prevent all logging
    --verbose                  Turns on verbose logging
    -H, --host <host>          The host to bind to
    -l, --log-file <path>      The file to log to
    --plugin-dir <path>        A path to scan for plugins, this can be specified multiple times to specify multiple directories
    --plugin-path <path>       A path to a plugin which should be included by the server, this can be specified multiple times to specify multiple paths
    --plugins <path>           an alias for --plugin-dir

我无法弄清楚为什么会出现这个错误,我怎么能安装sense插件呢?

6 个答案:

答案 0 :(得分:52)

正如wuxiwei所说,Sense已重命名为Console,它已在Kibana 5上可用。*。在Kibana中,只需单击开发工具

enter image description here

答案 1 :(得分:21)

Sense已重命名为Console并内置于Kibana 5.您可以通过单击Dev Tools应用程序找到它。

答案 2 :(得分:4)

Sense现在作为控制台包含在Kibana 5.0中。您可以查看以下链接: https://github.com/elastic/sense/blob/master/README.md

不需要分别安装感应,因为它现在作为控制台包含在内。
elasticsearch和kibana应该运行然后可以在以下位置找到控制台:
http://localhost:5601/app/kibana#/dev_tools/console

答案 3 :(得分:0)

手动下载它 Kibana的bin / plugin脚本需要直接访问Internet才能下载和安装Sense。如果您的服务器无法访问Internet,则可以从以下链接下载Sense tar文件:https://download.elasticsearch.org/elastic/sense/sense-latest.tar.gz

下载后,您可以使用以下命令安装Sense:

$ bin/kibana plugin -i sense -u file:///PATH_TO_SENSE_TAR_FILE

答案 4 :(得分:0)

我使用的是kibana 6.5.4,现在我们使用的是 Dev Tools ,而不是使用Sense插件。您可以在启动新版本的kibana服务后输入: http://127.0.0.1:5601/app/kibana ,您会在左侧找到 Dev Tools

答案 5 :(得分:0)

它已重命名为Console。开始Kibana之后,您可以直接从http://localhost:5601/app/kibana#/dev_tools/console

轻松浏览Console