Marvel 2.0.0 on Kibana 4.3

Hi :
I am trying to get marvel installed on Kibana 4.3.1 I am running ES2.1.1 which is described as being compatible with Kibana 4.3.

During the optimization stage of the installation, it fails giving the following error :

bin/kibana plugin --install marvel --url file:///appserver/kibana-4.3.1-linux-x64/marvel-2.0.0.tar.gz
Installing marvel
Attempting to extract from file:///appserver/kibana-4.3.1-linux-x64/marvel-2.0.0.tar.gz
Extraction complete
Optimizing and caching browser bundles...
Plugin installation was unsuccessful due to error "Optimizations failure.

    ERROR in ./installedPlugins/.plugin.installing/public/views/overview/index.js
    Module not found: Error: Cannot resolve module 'angular-bindonce' in /data/appserver/kibana-4.3.1-linux-x64/installedPlugins/.plugin.installing/public/views/overview
     @ ./installedPlugins/.plugin.installing/public/views/overview/index.js 11:2-29
"

Any idea how this can be fixed?

Thanks

Ramdev

Hi Ramdev,

You'll need to install Marvel 2.1.1 (not 2.0.0) - the version of Marvel must always match the version of ES.

Thanks,
Steve