A JSON aware developer's interface to Elasticsearch. Comes with handy machinery such as syntax highlighting, autocomplete, formatting and code folding.
On my OSX 10.10.5, I installed Java 8 using jenv and install elasticsearch and kibana using homebrew.
I run elasticsearch as:
$ jenv exec elasticsearch
and kibana as:
$ kibana
but when I try to install sense using the command:
$ kibana plugin --install elastic/sense
It errors out saying:
Plugin installation was unsuccessful due to error "Cannot find module 'joi'"
On my OSX 10.10.5, I installed Java 8 using jenv and install elasticsearch and kibana using homebrew. I run elasticsearch as:
$ jenv exec elasticsearch
and kibana as:$ kibana
but when I try to install sense using the command:$ kibana plugin --install elastic/sense
It errors out saying:Plugin installation was unsuccessful due to error "Cannot find module 'joi'"
How do I fix this?