Can't install sense plugin for Kibana

17,200

Solution 1

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

Solution 2

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

Solution 3

Sense is now included as Console in Kibana 5.0. You can view the following link: https://github.com/elastic/sense/blob/master/README.md

There is no need of installing sense seprately, as it is now included as Console.
elasticsearch and kibana should be running then Console can be found on :
http://localhost:5601/app/kibana#/dev_tools/console

Share:
17,200
David Geismar
Author by

David Geismar

I started web development 3 months ago. I wish to become a rails ninja. Yahuuuu

Updated on June 03, 2022

Comments

  • David Geismar
    David Geismar almost 2 years

    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 ?

  • niaomingjian
    niaomingjian over 7 years
    Could you give us the online link describing the change? After clicking on the Dev tools, there is nothing by default.
  • Emdadul Sawon
    Emdadul Sawon about 7 years
    I don't know why elasticsearch doesn't mention it on install page of Sense.
  • Stan Smulders
    Stan Smulders over 5 years
    To fully answer the question for those following along with the official guide like the OP was (elastic.co/guide/en/elasticsearch/guide/current); click the Settings icon right of "VIEW IN SENSE" and paste the following URL : localhost:5601/app/kibana#/dev_tools/console That way the button will work as expected and you can follow along with all the examples :)