Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
amin-mq-cyber opened this issue Jan 10, 2020 · 17 comments

Comments

@amin-mq-cyber
Copy link

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
Copy link

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
Copy link

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
Copy link

isbaran commented Jan 20, 2020

Editing package.json works, fyi

@josefloso
Copy link

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
Copy link

+1

@vvvlad
Copy link

vvvlad commented Feb 5, 2020

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

@Jiboss
Copy link

Jiboss commented Feb 5, 2020

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
Copy link

mmguero commented Feb 11, 2020

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
Copy link

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

@gtlabhilashamangal
Copy link

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

@markgaolei
Copy link

+1

@santosh-kore
Copy link

@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
Copy link

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

@victoralcay
Copy link

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!

@olgakorichkovskaya
Copy link

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>

@troal
Copy link

troal commented Mar 16, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests