Plugin installation was unsuccessful due to error No valid url specified 7.10.2

hi team, can you help with issue? My command is like below

`[admin@kibana-server1 bin]$ ./kibana-plugin install file:///usr/share/kibana/plugins/navMenu-7.10.2.zip`

and my result is that:

`Found previous install attempt. Deleting...`
`Attempting to transfer from file:///usr/share/kibana/plugins/navMenu-7.10.2.zip Error: ENOTFOUND`
`Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugins/file:///usr/share/kibana/plugins/navMenu-7.10.2.zip/file:///usr/share/kibana/plugins/navMenu-7.10.2.zip-7.10.0.zip`
`Plugin installation was unsuccessful due to error "No valid url specified."`
`[admin@kibana-server1 bin]`

Try

`[admin@kibana-server1 bin]$ ./kibana-plugin install file:////usr/share/kibana/plugins/navMenu-7.10.2.zip`
```

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.