SirenML Plugin Installation

Hello -

I am following this guide to install the SirenML Plugin:

https://docs.support.siren.io/10.3.0/platform/en/siren-machine-learning--ml-/installing-the-siren-ml-plugin.html

When I run step two I get the following:

C:\Siren\siren-platform-no-data-no-security-10.3.2-windows-x86_64\siren-investigate\bin>investigate-plugin.bat install machine-learning.zip
DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
Attempting to transfer from machine-learning.zip
Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugins/machine-learning.zip/machine-learning.zip-5.6.10.zip
Plugin installation was unsuccessful due to error “No valid url specified.”

I can verify that the https url is not active from both the host and local desktop.

Thanks
Kyle

Hello Kyle,

The investigate-pluign command requires that you use a schema in the argument to tell it if it’s a file or a HTTP address. If you have the machine-learning.zip file downloaded, use the following syntax:

investigate-plugin.bat install file:////absolute/path/to/machine-learning.zip

Otherwise, you can install it by specifying the URL to download it from:

investigate-plugin.bat install https://download.support.siren.io/plugins/machine-learning.zip

I will correct the documentation.

Thanks,

Dara