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

Unable to start Kiban #33451

Closed
Savagepony opened this issue Mar 18, 2019 · 9 comments
Closed

Unable to start Kiban #33451

Savagepony opened this issue Mar 18, 2019 · 9 comments

Comments

@Savagepony
Copy link

I am unable to start Kibana completely and the browser throws a message Kibana Server not yet ready. I am getting the error about the javascript heap out of memory as in the below screenshot. I am also getting the error "Browserslist: caniuse-lite is outdated. Please run next command npm update caniuse-lite browserslist" I understand this is a bug. My main concern is about the heap out of memory and not starting kibana.

an FYI I am using Searchguard Plugin

[Screenshot here]
image

**Kibana Version: kibana-6.5.4-linux-x86_64]

@jbudz
Copy link
Member

jbudz commented Mar 19, 2019

@Savagepony kibana's running pretty close to the max memory limit in node. We have #19678 for tracking memory improvements

To get you running short term, can you try giving the process more memory?

NODE_OPTIONS=--max-old-space-size=4096 bin/kibana

I'm going to close this to keep discussions in the same place, but feel free to ping me here (or at #19678)

@jbudz jbudz closed this as completed Mar 19, 2019
@Savagepony
Copy link
Author

Savagepony commented Mar 19, 2019 via email

@jbudz
Copy link
Member

jbudz commented Mar 19, 2019

@Savagepony hey, the screenshots didn't upload unfortunately, so taking a guess :). You don't have to edit any files, it can be prefixed to the ./bin/kibana command

@Savagepony
Copy link
Author

Savagepony commented Mar 19, 2019 via email

@Savagepony
Copy link
Author

Savagepony commented Mar 21, 2019 via email

@jbudz
Copy link
Member

jbudz commented Mar 22, 2019

@Savagepony 4gb of RAM. It's a one time thing for the bundling process to rerun after a config charge, so you can remove it after. Disk should be fairly consistent at < 1 gb.

@Savagepony
Copy link
Author

Savagepony commented Mar 25, 2019 via email

@jbudz
Copy link
Member

jbudz commented Mar 26, 2019

That's a tough one, it could be several things. Are you able to access elasticsearch from the filbeat machine? It's running ES on localhost?

@Savagepony
Copy link
Author

Savagepony commented Mar 26, 2019 via email

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

No branches or pull requests

2 participants