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-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article will explain in detail how to install Kibana under Linux. The editor thinks it is very practical, so I share it with you for reference. I hope you can get something after reading this article.

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

1. Environmental requirements Linux (Centos 7)

Kibana 6.6.1

2. Kibana download address: https://www.elastic.co/cn/downloads/kibana

3. Install into the Linux system and change to the / opt directory:

Under the opt directory, create a kibana folder and enter it:

Get the kibana installation package:

Method 1: you can use the online download command to download the installation package:

Download command: wget if the current system does not have the wget command, you need to install the wget command online. In any directory, execute the following command: yum install wget-y method 2: you can upload the previously downloaded installation package to the current directory:

Using the WinSCP tool, download to the local installation package and upload it to the linux directory

Extract the kibana installation package (it may take a long time to extract, wait patiently):

Tar-zvxf kibana-6.6.1-linux-x86_64.tar.gz

Go to the config folder and modify the configuration file:

Vi kibana.yml

Modify the configuration information of Kibana port number, host and connection es

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