Skip to content

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

@SebastianJust

Description

@SebastianJust

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"
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions