Plugin installation was unsuccessful due to error "No valid url specified." on SOC Workflow App

Hello,

As anyone encounter this error while install the SOC Workflow app

[root@elk1 ~]# /usr/share/kibana/bin/./kibana-plugin install /usr/share/kibana/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip
Kibana should not be run as root.  Use --allow-root to continue.
[root@elk1 ~]# /usr/share/kibana/bin/./kibana-plugin install /usr/share/kibana/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip --allow-root
Attempting to transfer from /usr/share/kibana/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip
Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugins//usr/share/kibana/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip//usr/share/kibana/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip-7.6.1.zip
Plugin installation was unsuccessful due to error "No valid url specified."

However I followed the guide on how to install

I don't know if my file path is correct

from your logs

[root@elk1 ~]# /usr/share/kibana/bin/./kibana-plugin install /usr/share/kibana/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip --allow-root

I don't see that you specify file:// protocol. Could you follow instructions from https://github.com/socprime/soc_workflow_app_ce#soc-workflow-installation ?

See the error I get after.

[root@elk1 ~]# /usr/share/kibana/bin/./kibana-plugin install file://usr/share/kibana/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip --allow-root

Attempting to transfer from file://usr/share/kibana/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip
Error: ENOTFOUND
Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugins/file://usr/share/kibana/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip/file://usr/share/kibana/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip-7.6.1.zip
Plugin installation was unsuccessful due to error "No valid url specified."

What exactly I'm i missing here.

  1. I think it should start with file:/// --> file:///usr/share/kibana/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip
  2. are you sure that file://usr/share/kibana/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip is a correct path?

I changed the path same error

[root@elk1 ~]# /usr/share/kibana/bin/./kibana-plugin install file:///opt/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip --allow-root
Attempting to transfer from file:///opt/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip
Error: ENOTFOUND
Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugins/file:///opt/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip/file:///opt/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip-7.6.1.zip
Plugin installation was unsuccessful due to error "No valid url specified."
[root@elk1 ~]# /usr/share/kibana/bin/./kibana-plugin install file:///opt/soc_workflow_app_ce/dist/soc_workflow_ce-master.zip --allow-root
Found previous install attempt. Deleting...
Plugin installation was unsuccessful due to error "Cannot delete files/directories outside the current working directory. Can be overridden with the `force` option."

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