dlumbrer / kbn_network

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

Plugin manifest for "kbnNetwork" must contain an " owner" property #99

Open SebastianJust opened 2 years ago

SebastianJust commented 2 years ago

Hello,

When trying to run kibana after installing the plugin it says:

log [14:33:37.108] [error][plugins-service] PluginDiscoveryError: Plugin manifest for "kbnNetwork" must contain an " owner" property, which includes a nested "name" property. (invalid-manifest....)

Solution:

Added owner property to the kibana.json file:

{ "id": "kbnNetwork", "version": "7.16.1", "server": false, "ui": true, "requiredPlugins": [ "visualizations", "data", "inspector", "kibanaLegacy" ], "requiredBundles": [ "kibanaUtils", "visDefaultEditor", "share", "charts" ], "owner": { "name": "dlumbrer", "githubTeam": "dlumbrer" } }