In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly shows you "how to solve the problem of Kibana startup failure under Linux", which is easy to understand and clear. I hope it can help you solve your doubts. Let me lead you to study and learn this article "how to solve the problem of Kibana startup failure under Linux".
After configuring kibana.yml, there was an error launching kibana Times on Linux (forgot to copy the error, here is a general error)
[error] [reporting] Failed to install browser. See kibana logs for more details. Error [] [fatal] Extract. (/ opt/es/kibana-6.3.1-linux-x86_64/node_modules/x-pack/plugins/reporting/server/browsers/extract/bunzip2.js:24:16)... ExtractError: the general meaning of the Failed to extract the phantom.js archive 1234 prompt means that some files cannot be read. At this moment, it occurred to me that it may be due to starting ES to switch users frequently, resulting in the current user's insufficient read permissions for some files.
Solution: # first delete all previous kibana files rm-rf / opt/es/kibana-6.3.1-linux-x86_64 # and then open the permissions of kibana compressed files to the maximum chmod 777 / opt/es/kibana-6.3.1-linux-x86_64.tar.gz # switch to the user who started es # extract kibana-6.3.1-linux-x86_64.tar.gz under this user Tar-zxvf kibana-6.3.1-linux-x86_64.tar.gz # Open all file permissions of the unzipped kibana-6.3.1-linux-x86_64 chmod 777-R / opt/es/kibana-6.3.1-linux-x86_64 # remember to change the kibana.yml configuration 12345678910 to start kibana successfully
These are all the contents of this article entitled "how to solve the problem of Kibana startup failure under Linux". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.