-
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
Optimizing and caching browser bundles... #66
Comments
What OS is running on the Docker host machine? |
Fedora 29 |
I'll try to get it setup under Fedora, but in the meantime, have you tried running it on a different machine (preferably with a different OS)? |
@martijnrondeel Thanks! This is also happening on my Red Hat Servers (more important than Fedora for me actually).
Is there any other information I can provide you? |
Experiencing the same issue, i tried to build the following Dockerfile on CoreOS and CentOS 7. FROM docker.elastic.co/kibana/kibana:6.4.2
RUN bin/kibana-plugin install https://github.com/bitsensor/elastalert-kibana-plugin/releases/download/1.0.1/elastalert-kibana-plugin-1.0.1-6.4.2.zip Edit: It actually worked on CoreOS, just took ~ 10min. |
I'm not able to replicate this and googling around it seems like a Kibana issue. I've seen a suggestion to increase the NodeJS max-old-space-size setting but it doesn't seem like the solution. Related issues: elastic/kibana#19678, wazuh/wazuh-dashboard-plugins#664 |
Setting export NODE_OPTIONS="--max-old-space-size=3072" and waiting 10 minutes worked. Thanks for the help! |
Bitsensor ElastAlert 0.0.14 is running at elastalert:3030.
Kibana 6.4.2 started with this docker-compose file:
The entrypoint script does this:
It just hangs at Optimizing and caching browser bundles...
Been hanging there for an hour.
The text was updated successfully, but these errors were encountered: