I am trying to install the kibana plugin, but it never even attempts to install it. Rather, running the "install" command makes Kibana listen on port 5601, and I can access the service as if were running normally, at 'localhost:5601'.
This is a fresh setup of the comperiosearch vagrant box. Anything I should check, or is this an issue?
vagrant@localhost:/opt/kibana$ bin/kibana --version
4.1.1
vagrant@localhost:/opt/kibana$ bin/kibana plugin --install elastic/sense
{"name":"Kibana","hostname":"localhost","pid":12445,"level":30,"msg":"Found kibana index","time":"2016-02-16T22:12:51.710Z","v":0}
{"name":"Kibana","hostname":"localhost","pid":12445,"level":30,"msg":"Listening on 0.0.0.0:5601","time":"2016-02-16T22:12:51.720Z","v":0}
♥vagrant@localhost:/opt/kibana$
I am trying to install the kibana plugin, but it never even attempts to install it. Rather, running the "install" command makes Kibana listen on port 5601, and I can access the service as if were running normally, at 'localhost:5601'.
This is a fresh setup of the comperiosearch vagrant box. Anything I should check, or is this an issue?