-
Notifications
You must be signed in to change notification settings - Fork 194
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
kibana-plugin install hangs forever #1039
Comments
Hello @rossengeorgiev, We've been struggling with this error for a long time, and we're still working on finding a proper solution until the Elastic team fixes this. As far as we know, they're working on several improvements for the plugin optimization process. Before proceeding, uninstall the previous Wazuh app installation by running these commands: systemctl stop kibana
/usr/share/kibana/bin/kibana-plugin remove wazuh
rm -rf /usr/share/kibana/optimize/bundles I suggest you installing the app with the following command: sudo -u kibana NODE_OPTIONS="--max-old-space-size=3072" /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.7.0_6.5.0.zip And now, restart Kibana: systemctl restart kibana And see if your problem gets solved. Let us know about the results. Regards, |
Hi @JuanjiJG, Thanks for the info, I already found that in the previous issue, and that is what I ran. It still hangs at the end. My workaround for the moment is to introduce a timeout and kill it after a while. |
Hi again @rossengeorgiev, I'm sorry you're still facing this issue. Certainly, it's been a recurring problem for a long time. We'll let you know if we have more information or possible workarounds for this. As you pointed out, this issue is not totally related to the Wazuh app, as many other users and developers are also having the same issue with other Kibana plugins. In any case, this is not an excuse, so we're constantly researching and working on possible solutions. Assuming that you have all the Elastic Stack on the same machine, another suggestion is that you stop the Elasticsearch and Logstash services and try to install the app with only the Kibana service running. Maybe you already have a great amount of RAM on your system, but in some cases, we managed to install the app with this workaround. You can also try with the We'll appreciate all your feedback and findings on this matter. Once more, apologies for this inconvenience. Regards, |
Hi @rossengeorgiev and @JuanjiJG , From the Elastic forums, we know that some OS don't exit once finished, just look for the "App ready" log and Regards |
Hi @jesusgn90 could you elaborate? "App ready" and use of |
Sure @rossengeorgiev ,
I hope it helps! Regards |
@rossengeorgiev assuming this is solved for you, re-open this ticket or open a new ticket if you are still facing troubles. Regards! |
Hello, this is not solved. The issue still exist and this should remain open until the issue is resolved without workarounds. |
The problem is that is not a Wazuh related problem, it's a common issue for all the Kibana plugins... I think you should track that repository instead, for instance, the issue you pasted here: elastic/kibana#19678 Also, I can update this ticket (even if it's closed) once the Elastic team gives some light about this. Regards |
On CentOS 7.5 with a fresh Kibana 6.5.0 install, when I run:
/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.7.0_6.5.0.zip
The command never finished. I found #664, which advises to Ctrl+C after there is no longer any CPU usage. That is not an acceptable solution when the plugin installation in part of automated scripts.
It apears that the issue is not isolated to this plugin alone. Please keep this open until the issue is resolved.
elastic/kibana#19678
The text was updated successfully, but these errors were encountered: