Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Kibana under Linux

2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to install Kibana under Linux, which is very detailed and has a certain reference value. Friends who are interested must finish reading it!

Kibana is an open source analysis and visualization platform designed for use with Elasticsearch. You can use kibana to search and view the data stored in Elasticsearch.

Specific steps for installing Kibana on Linux system [root@izbp1agmpooj77xy5u4sspz /] # wget https://artifacts.elastic.co/downloads/kibana/kibana-7.8.1-linux-x86_64.tar.gz download installation package

Extract to / usr/local/

Tar-xzvf kibana-7.8.1-linux-x86_64.tar.gz-C / usr/local/ renamed to kibana

Vim config/kibana.yml # release the comments and change the default configuration to the following: server.port: 5601 server.host: "0.0.0.0" elasticsearch.url: "http://192.168.202.128:9200" kibana.index:" .kibana "

Create a kibana user.

Useradd kibana chown-R kibana:kibana/usr/local/kibana su kibana./kibana / / launch the application

Add in config/kibana.yml

I18n.locale: "zh-CN" can restart the port

The above is all the contents of the article "how to install Kibana under Linux". Thank you for reading! Hope to share the content to help you, more related 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.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report