Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't install sense plugin for Kibana

I am trying to install sense plugin for elasticsearch/kibana. I have successfully installed Kibana but when following the instruction on https://www.elastic.co/guide/en/sense/current/installing.html I type : ./kibana plugin --install elastic/sense, on the bin directory inside kibana folder, and I get :

 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 

I can't figure out why I get this error, how can I install sense plugin then ?

like image 509
David Geismar Avatar asked Nov 16 '16 15:11

David Geismar


People also ask

How to install plugins for Kibana?

Use the -c or --config options with the install and remove commands to specify the path to the configuration file used to start Kibana. By default, Kibana uses the configuration file config/kibana. yml . When you change your installed plugins, the bin/kibana-plugin command restarts the Kibana server.

What is Kibana sense?

Sense is a Kibana app. To get up and running you will first need to download Kibana and install as instructed here. Once Kibana is installed, you can simply install Sense running the following command from your Kibana folder: $ ./bin/kibana plugin --install elastic/sense.


2 Answers

As wuxiwei said, Sense was renamed to Console and it is already available on Kibana 5.*. In Kibana, just click on Dev Tools:

enter image description here

like image 81
Montenegrodr Avatar answered Sep 29 '22 07:09

Montenegrodr


Sense was renamed to Console and is built into Kibana 5. You can find it by clicking on the Dev Tools application.

like image 38
wuxiwei Avatar answered Sep 29 '22 09:09

wuxiwei