elastalert-kibana-plugin icon indicating copy to clipboard operation
elastalert-kibana-plugin copied to clipboard

Plugin elastalert-kibana-plugin [7.5.0] is incompatible with Kibana [7.5.1]

Open amin-mq-cyber opened this issue 5 years ago • 17 comments

Plugin installation was unsuccessful due to error "Plugin elastalert-kibana-plugin [7.5.0] is incompatible with Kibana [7.5.1]"

Should I wait on version 7.5.1?

amin-mq-cyber avatar Jan 10 '20 02:01 amin-mq-cyber

Plugin installation was unsuccessful due to error "Plugin elastalert-kibana-plugin [7.5.0] is incompatible with Kibana [7.5.1]"

Should I wait on version 7.5.1?

I use this command with the same issue: sudo bin/kibana-plugin install --allow-root https://github.com/bitsensor/elastalert-kibana-plugin/releases/download/1.1.0/elastalert-kibana-plugin-1.1.0-7.5.0.zip Out put: Transferring 25617568 bytes.................... Transfer complete Retrieving metadata from plugin archive Extracting plugin archive Extraction complete Plugin installation was unsuccessful due to error "Plugin elastalert-kibana-plugin [7.5.0] is incompatible with Kibana [7.5.1]"

pirankashani avatar Jan 15 '20 15:01 pirankashani

Hi,

i'm experiencing the same problem - is there a solution? Or is it enough to edit package.json und update the kibana version?

Best regards Tomasz

tomaszwrona76 avatar Jan 20 '20 14:01 tomaszwrona76

Editing package.json works, fyi

isbaran avatar Jan 20 '20 15:01 isbaran

I tried editing the package.json and still it didn't work ... Transferring 25617568 bytes.................... Transfer complete Retrieving metadata from plugin archive Extracting plugin archive Extraction complete Plugin installation was unsuccessful due to error "Plugin elastalert-kibana-plugin [7.5.0] is incompatible with Kibana [7.5.1]"

josefloso avatar Jan 22 '20 12:01 josefloso

+1

mmartinalo avatar Jan 28 '20 13:01 mmartinalo

Same issue for me. Any ETA for updated release or a workaround?

vvvlad avatar Feb 05 '20 07:02 vvvlad

Hi, I've got the same issue. So I've edited package.json (kibana version 7.5.0 => 7.5.1) and I've got this message error : "ENOENT: no such file or directory, open '/usr/share/kibana/plugins/.plugin.installing/package.json'" I've checked my .zip file and package.json is still here :/ Any ideas ?

Jiboss avatar Feb 05 '20 12:02 Jiboss

And now we have kibana 7.6.0. I've attempted editing the package.json but I get a failure to install error like this:

Plugin installation was unsuccessful due to error "Cannot delete files/directories outside the current working directory. Can be overridden with the `force` option."

However there doesn't actually seem to be a force option.

mmguero avatar Feb 11 '20 19:02 mmguero

I used ELK stack 7.5.0 with kibana-elastalert-plugin 7.5.0 and it worked....

santosh-kore avatar Feb 12 '20 04:02 santosh-kore

I am also facing same issue . I am not able to download ELK stack 7.5.0.

gtlabhilashamangal avatar Feb 13 '20 06:02 gtlabhilashamangal

+1

markgaolei avatar Feb 25 '20 08:02 markgaolei

@gtlabhilashamangal

This is how my working kibana dockerfile with elastalert plugin looks like...

# Kibana dockerfile with kibana-elastalert-plugin
FROM docker.elastic.co/kibana/kibana:7.5.0
RUN ./bin/kibana-plugin install https://github.com/bitsensor/elastalert-kibana-plugin/releases/download/1.1.0/elastalert-kibana-plugin-1.1.0-7.5.0.zip

santosh-kore avatar Feb 25 '20 08:02 santosh-kore

Kibana i am getting error 502 - Bad Gateway Client request error: connect ECONNREFUSED 127.0.0.1:3030

AbhilashaMangal avatar Feb 25 '20 13:02 AbhilashaMangal

Hi,

Changing package.json (kibana version 7.5.0 => 7.5.1) worked for me, so I have now installed [email protected] the plugin with kibana 7.5.1. Previously I deployed a docker with elastalert-server that is up and running. So apparently I have everything I need. But ElastAlert option is not visible in kibana menu on the left side. Does anybody know how to make it visible? Or perhaps anybody can share the url to access to ElastAlert menu? Thanks in advance!

victoralcay avatar Mar 11 '20 10:03 victoralcay

Regarding error

Plugin installation was unsuccessful due to error "Cannot delete files/directories outside the current working directory. Can be overridden with the force option."

The installation of the plugins should be done from the Kibana home directory. Please try these steps:

cd /usr/share/kibana
sudo bin/kibana-plugin install <package-url>

olgakorichkovskaya avatar Mar 13 '20 09:03 olgakorichkovskaya

i currently encounter the same problem with Kibana 7.5.2. Using many Kibana plugins, could you guys publish a new plugin for Kibana >= 7.5.2 ?

troal avatar Mar 16 '20 09:03 troal

Facing same problem with kibana 7.5.2, Is there a way we can install the plugin?

shijeshk avatar Mar 23 '20 19:03 shijeshk