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

after kibana install wazuh-app, kibana can't start correctly #2235

Closed
yimingsir opened this issue May 15, 2020 · 4 comments
Closed

after kibana install wazuh-app, kibana can't start correctly #2235

yimingsir opened this issue May 15, 2020 · 4 comments
Assignees
Labels
type/bug Bug issue

Comments

@yimingsir
Copy link

yimingsir commented May 15, 2020

Wazuh Elastic Rev
v3.12.3 7.6.2 444

Description
kibana can run correctly. after kibana install wazuh-app, kibana can't start correctly.
kibana version 7.6.2
wazuh-app version 3.12.3
I install wazuh-app using the steps by offical document.
link: https://documentation.wazuh.com/3.12/installation-guide/installing-elastic-stack/elastic_server_deb.html

kibana page show "Kibana server is not ready yet"

kibana error log

May 15 11:06:21 172-16-244-28 kibana[24902]: {"type":"log","@timestamp":"2020-05-15T03:06:21Z","tags":["info","plugins","apm"],"pid":24902,"message":"Setting up plugin"}
May 15 11:06:21 172-16-244-28 kibana[24902]: {"type":"log","@timestamp":"2020-05-15T03:06:21Z","tags":["info","plugins","share"],"pid":24902,"message":"Setting up plugin"}
May 15 11:06:21 172-16-244-28 kibana[24902]: {"type":"log","@timestamp":"2020-05-15T03:06:21Z","tags":["info","plugins","bfetch"],"pid":24902,"message":"Setting up plugin"}
May 15 11:06:21 172-16-244-28 kibana[24902]: {"type":"log","@timestamp":"2020-05-15T03:06:21Z","tags":["info","savedobjects-service"],"pid":24902,"message":"Waiting until all Elasticsearch nodes
May 15 11:06:21 172-16-244-28 kibana[24902]: {"type":"log","@timestamp":"2020-05-15T03:06:21Z","tags":["info","savedobjects-service"],"pid":24902,"message":"Starting saved objects migrations"}
May 15 11:06:21 172-16-244-28 kibana[24902]: {"type":"log","@timestamp":"2020-05-15T03:06:21Z","tags":["info","plugins-system"],"pid":24902,"message":"Starting [22] plugins: [taskManager,siem,lic
May 15 11:06:24 172-16-244-28 kibana[24902]: {"type":"log","@timestamp":"2020-05-15T03:06:24Z","tags":["info","optimize"],"pid":24902,"message":"Optimizing and caching bundles for core, graph, mo
May 15 11:06:27 172-16-244-28 kibana[24902]: Browserslist: caniuse-lite is outdated. Please run next command npm update
May 15 11:06:27 172-16-244-28 kibana[24902]: Browserslist: caniuse-lite is outdated. Please run next command npm update
May 15 11:06:27 172-16-244-28 kibana[24902]: Browserslist: caniuse-lite is outdated. Please run next command npm update

@yimingsir yimingsir added the type/bug Bug issue label May 15, 2020
@jsanchez91 jsanchez91 self-assigned this May 15, 2020
@jsanchez91
Copy link
Contributor

Hi @yimingsir,

Did you execute this command?

cat >> /etc/default/kibana << EOF
NODE_OPTIONS="--max_old_space_size=2048"
EOF

@yimingsir
Copy link
Author

Hi @yimingsir,

Did you execute this command?

cat >> /etc/default/kibana << EOF
NODE_OPTIONS="--max_old_space_size=2048"
EOF

After execution, still report the error

@jsanchez91
Copy link
Contributor

Do you restart Kibana after executing the command?

systemctl restart kibana

If you have restarted Kibana, could you run this command and share the output?

journalctl -xe | grep "kibana"

@yimingsir
Copy link
Author

Do you restart Kibana after executing the command?

systemctl restart kibana

If you have restarted Kibana, could you run this command and share the output?

journalctl -xe | grep "kibana"

After restart kibana and waiting for a while, kibana run normal.
Thanks your answer.

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

No branches or pull requests

2 participants