39

Elasticsearch/kibana のセンス プラグインをインストールしようとしています。Kibana を正常にインストールしましたが、https./kibana plugin --install elastic/sense ://www.elastic.co/guide/en/sense/current/installing.html の指示に従うと、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

このエラーが発生する理由がわかりません。センス プラグインをインストールするにはどうすればよいですか?

4

6 に答える 6

22

Sense は Console に名前が変更され、Kibana 5 に組み込まれています。これは、Dev Tools アプリケーションをクリックして見つけることができます。

于 2016-12-10T06:17:49.407 に答える
5

Sense は、Kibana 5.0 のコンソールとして含まれるようになりました。次のリンクを表示できます。 https://github.com/elastic/sense/blob/master/README.md

センスはコンソールとして含まれるようになったため、別途インストールする必要はありません。
elasticsearch と kibana が実行されている必要があり、コンソールは次の場所にあります。
http://localhost:5601/app/kibana#/dev_tools/console

于 2017-12-04T09:42:12.350 に答える
0

に改名しましたConsole。起動後はhttp://localhost:5601/app/kibana#/dev_tools/consoleから簡単に直接Kibana閲覧できますConsole

于 2019-06-10T04:15:18.280 に答える