dlumbrer / kbn_network

Network Plugin for Kibana
https://dlumbrer.github.io/kbn_network/
Apache License 2.0
369 stars 96 forks source link

ELK 7.8.1 support #89

Open Just-Insane opened 4 years ago

Just-Insane commented 4 years ago

Support for Kibana 7.8.1?

Tried the workarounds mentioned here: https://github.com/dlumbrer/kbn_network/issues/83#issuecomment-627953888

However when trying to kibana-plugin install, get the following error:

Found previous install attempt. Deleting...
Attempting to transfer from file:///usr/local/Cellar/kibana-full/7.8.1/plugins/network_vis.zip
Transferring 25341397 bytes....................
Transfer complete
Retrieving metadata from plugin archive
Plugin installation was unsuccessful due to error "No kibana plugins found in archive"
dexter299792458 commented 4 years ago

I fix this by unzipping the network_vis.zip to a folder named kibana and zip the kibana folder. Make use you do this on Linux for some reason the plugin does not work if you use Windows.

The installation will succeed but did not get the plugin working yet.

I don't have any error messages in Kibana but the plugin does not show up in the list of visualizations.

Any suggestions on why it doesn't work or where I can get more logging information?

lorenzo95 commented 3 years ago

This is on 7.8.0. I don't think some of the imports exist in this version

Oct 7 12:26:44 es-kibana1 kibana[183163]: FATAL Error: Optimizations failure. Oct 7 12:26:44 es-kibana1 kibana[183163]: 3856 modules Oct 7 12:26:44 es-kibana1 kibana[183163]: Oct 7 12:26:44 es-kibana1 kibana[183163]: #033[1m#033[31mERROR in ./plugins/network_vis/public/network_vis.js Oct 7 12:26:44 es-kibana1 kibana[183163]: Module not found: Error: Can't resolve '../../../src/legacy/core_plugins/visualizations/public/np_ready/public/legacy' in '/usr/share/kibana/plugins/network_vis/public'#033[39m#033[22m Oct 7 12:26:44 es-kibana1 kibana[183163]: Oct 7 12:26:44 es-kibana1 kibana[183163]: #033[1m#033[31mERROR in ./plugins/network_vis/public/network_vis_controller.js Oct 7 12:26:44 es-kibana1 kibana[183163]: Module not found: Error: Can't resolve 'ui/agg_types/agg_config' in '/usr/share/kibana/plugins/network_vis/public'#033[39m#033[22m Oct 7 12:26:44 es-kibana1 kibana[183163]: Oct 7 12:26:44 es-kibana1 kibana[183163]: #033[1m#033[31mERROR in ./plugins/network_vis/public/network_vis.js Oct 7 12:26:44 es-kibana1 kibana[183163]: Module not found: Error: Can't resolve 'ui/vis/editors/default/schemas' in '/usr/share/kibana/plugins/network_vis/public'#033[39m#033[22m Oct 7 12:26:44 es-kibana1 kibana[183163]: Oct 7 12:26:44 es-kibana1 kibana[183163]: #033[1m#033[31mERROR in ./plugins/network_vis/public/network_vis.js Oct 7 12:26:44 es-kibana1 kibana[183163]: Module not found: Error: Can't resolve 'ui/vis/vis_factory' in '/usr/share/kibana/plugins/network_vis/public'#033[39m#033[22m Oct 7 12:26:44 es-kibana1 kibana[183163]: Oct 7 12:26:44 es-kibana1 kibana[183163]: #033[1m#033[31mERROR in ./plugins/network_vis/public/network_vis.js Oct 7 12:26:44 es-kibana1 kibana[183163]: Module not found: Error: Can't resolve 'ui/vis/vis_types/angular_vis_type' in '/usr/share/kibana/plugins/network_vis/public'#033[39m#033[22m Oct 7 12:26:44 es-kibana1 systemd[1]: kibana.service: Main process exited, code=exited, status=1/FAILURE Oct 7 12:26:44 es-kibana1 systemd[1]: kibana.service: Failed with result 'exit-code'.

pchakour commented 2 years ago

Need help guys: https://github.com/dlumbrer/kbn_network/issues/98