I install as guided. My kibana is inside docker
cd KIBANA_HOME/plugins
git clone https://github.com/dlumbrer/kbn_network.git network_vis
cd network_vis
rm -rf images/
npm install
change the version to the Kibana (5.6.1).
However I cannot see the 'network' visualisation menu in Kibana.
log [09:09:33.979] [warning] Plugin "network_vis" was disabled because it expected Kibana version "5.6.1", and found "5.5.2".
I did it in Kibana in a other machine (without docker), no problem.
Is there any special treatment for docker?
Hi,
I install as guided. My kibana is inside docker cd KIBANA_HOME/plugins git clone https://github.com/dlumbrer/kbn_network.git network_vis cd network_vis rm -rf images/ npm install
change the version to the Kibana (5.6.1).
However I cannot see the 'network' visualisation menu in Kibana. log [09:09:33.979] [warning] Plugin "network_vis" was disabled because it expected Kibana version "5.6.1", and found "5.5.2".
I did it in Kibana in a other machine (without docker), no problem. Is there any special treatment for docker?
Tks