dlumbrer / kbn_network

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

Some installed third party plugin(s) [network_vis] are using the legacy plugin format and will no longer work #91

Open dineshmickey opened 4 years ago

dineshmickey commented 4 years ago

{"type":"log","@timestamp":"2020-08-31T09:58:13Z","tags":["warning","legacy-service"],"pid":21485,"message":"Some installed third party plugin(s) [network_vis] are using the legacy plugin format and will no longer work in a future Kibana release. Please refer to https://ela.st/kibana-breaking-changes-8-0 for a list of breaking changes and https://ela.st/kibana-platform-migration for documentation on how to migrate legacy plugins."}

Version info: Elasticsearch 7.9.0 kibana 7.9.0-1

The plugin is not working in 7.9 version

Is there any work around ?

new0ne commented 3 years ago

Sadly, I am experiencing the very same problem.

Version info: kibana 7.9.1 elasticsearch 7.9.1

diagnostikon commented 3 years ago

Same problem Version info Kibana v 7.12.0 Elasticsearch v 7.12.0

robcowart commented 3 years ago

@diagnostikon did you try the master branch or the release for Kibana 7.10.0? If anything is going to work it is the latter.

diagnostikon commented 3 years ago

@diagnostikon did you try the master branch or the release for Kibana 7.10.0? If anything is going to work it is the latter.

My mistake

FATAL Error: Failed to initialize plugins: Plugin "kbnNetwork" is only compatible with Kibana version "7.10.0", but used Kibana version is "7.12.0". (incompatible-version, /home/eddie/kibana-7.12.0-linux-x86_64/plugins/network_vis/kibana.json)

robcowart commented 3 years ago

image

diagnostikon commented 3 years ago

My mistake, edited wrong json FATAL Error: Invalid migration for type config. Property '7.12.0' cannot be greater than the current Kibana version '7.10.0'.

diagnostikon commented 3 years ago

All good and then

nedladdning (62)

julien-VFD commented 3 years ago

Same problem for me. _src_plugins_vis_default_editor_public__WEBPACK_IMPORTED_MODULE_2__.Schemas is not a constructor.

Any workaround?