无法为Kibana安装sense插件

Dav*_*mar 37 elasticsearch sense kibana

我正在尝试为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
Run Code Online (Sandbox Code Playgroud)

我无法弄清楚为什么我会收到此错误,那么我该如何安装sense插件呢?

Mon*_*odr 55

正如无锡卫所说,Sense被重命名为Console,它已经在Kibana 5上可用了.*.在Kibana中,只需单击开发工具:

在此输入图像描述


小智 21

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

  • 我不知道为什么elasticsearch没有在Sense的安装页面上提到它. (5认同)

Shi*_*pta 5

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

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