bitsensor / elastalert-kibana-plugin

ElastAlert Kibana Plugin
https://bitsensor.io/blog/elastalert-kibana-plugin-centralized-logging-with-integrated-alerting
Other
555 stars 119 forks source link

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

Open sinunk opened 4 years ago

sinunk commented 4 years ago

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?

pirankashani commented 4 years ago

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]"

tomaszwrona76 commented 4 years ago

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

isbaran commented 4 years ago

Editing package.json works, fyi

josefloso commented 4 years ago

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]"

mmartinalo commented 4 years ago

+1

vvvlad commented 4 years ago

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

Jiboss commented 4 years ago

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 ?

mmguero commented 4 years ago

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.

santosh-kore commented 4 years ago

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

gtlabhilashamangal commented 4 years ago

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

markgaolei commented 4 years ago

+1

santosh-kore commented 4 years ago

@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
AbhilashaMangal commented 4 years ago

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

victoralcay commented 4 years ago

Hi,

Changing package.json (kibana version 7.5.0 => 7.5.1) worked for me, so I have now installed elastalert-kibana-plugin@1.1.0 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!

olgakorichkovskaya commented 4 years ago

Regarding error

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

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>
troal commented 4 years ago

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 ?

shijeshk commented 4 years ago

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