-
Notifications
You must be signed in to change notification settings - Fork 118
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 installation was unsuccessful due to error "Plugin elastalert-kibana-plugin [7.5.0] is incompatible with Kibana [7.5.2]" #146
Comments
Unfortunately the same issue with any newer version (like the current 7.6.1). |
Currently, zip files for Kibana 7.5.1 and Kibana 7.5.2 are not released, so you need to download the zip for Kibana 7.5.0 and edit package.json. How to create and install a zip file for kiban 7.5.2 is as follows
|
Still running into the same problem Attempting to transfer from file:///tmp/new/elastalert-kibana-plugin-1.1.0-7.5.2.zip |
I put the elastalert-kibana-plugin-1.1.0-7.5.2.zip file in my github repository, can you check if the problem occurs again? |
Thanks @nsano-rururu I am able to install now. |
Thank you for confirming the install. |
Is the problem solved? . If there are no additional questions, please close. |
@nsano-rururu Could i use above command to build 7.6.0 version? |
|
@nsano-rururu After successful installation of Elastalert for kibana 7.6.2, I got an error on kibana. |
・Is Elasticsearch also known as 7.6.2? ・Is Elasticsearch started? ・Is setting added to kibana.yml?
・Did the elastalert kibana plugin execute the following commands for Kibana 7.6.2? . Did you execute something different from the following command?
|
That usually implies Kibana is still starting up. |
If the message "Kibana server is not ready yet" is displayed, it is possible that there is a problem with the config or other items that are still starting up, or the startup is interrupted. I've often run into an issue where I forget to add the settings to kibana.yml and it doesn't start. . . After that, even if you are in trouble if you do not work with machine specifications (CPU, memory) and JVM memory settings set too little. . . |
@nsano-rururu, Yes I'm using Elasticsearch version 7.6.2, it is running perfectly and during the installation of Elastalert I changed to version 7.6.0 to 7.6.2. The only thing that I skipped was the Elastic plugin information in the Kibana.yml file.
One last thing is that after some time while kibana is running the machine get stuck. |
As a result of trying with Docker, the plugin of ElastAlert worked with Kibana 7.6.2 Elasticsearch 7.6.2 AWS Workspace
docker-compose.yml
es/config/elasticsearch.yml
kibana/config/kibana.yml
Dockerfiles/Dockerfile-elastalert
elastalert/bin/elastic_search_status.sh
elastalert/bin/elastalert-start.sh
elastalert/config/config.json
elastalert/config/elastalert-test.yml
elastalert/config/elastalert.yml
|
@nsano-rururu buddy, Thank you so much. I will try through docker and let you know, soon. Allah bless you! |
Reference information. You may already know. . Elasticsearch will run out of Java heap memory if you continue to input data with the index open. ElastAlert also falls out of memory. Probably, it is possible that the open data of the index to be searched once is expanded in the memory and searched. |
I could also make a Docker image with Kibana's elastalert-kibana-plugin installed in advance, so I will share the information. ・docker image create (install elastalert-kibana-plugin on Kibana)
・Dockerfile-elastalert-kibana-plugin-1.1.0-7.6.2
・docker-compose.yml update add「image: kibana:7.6.2」
|
@nsano-rururu Issue resolved, Thank You So Much! |
Hello,
I have kibana 7.5.2 and I whould install elastalert on Kibana.
When I install the latest version of elastalert kibana plugin, I have the error message below:
./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 --allow-root
Attempting to transfer from https://github.com/bitsensor/elastalert-kibana-plugin/releases/download/1.1.0/elastalert-kibana-plugin-1.1.0-7.5.0.zip
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.2]"
Is there a future deployement for the 7.5.2 version?
The text was updated successfully, but these errors were encountered: