ELK experiment (3) Install Kibana

Download and install the linux package

wget https://artifacts.elastic.co/downloads/kibana/kibana-6.2.3-linux-x86_64.tar.gz

shasum -a 512 kibana-6.2.3-linux-x86_64.tar.gz

tar -xzf kibana-6.2.3-linux-x86_64.tar.gz

cd kibana-6.2.3-linux-x86_64 /

Download and install Darwin package

curl -O https://artifacts.elastic.co/downloads/kibana/kibana-6.2.3-darwin-x86_64.tar.gz

shasum -a 512 kibana-6.2.3-darwin-x86_64.tar.gz

tar -xzf kibana-6.2.3-darwin-x86_64.tar.gz

cd kibana-6.2.3-darwin-x86_64 /

Configuration reference

https://www.elastic.co/guide/en/kibana/current/settings.html

run

./bin/kibana

3a61edbe103b42699b6946f8eef46956

Port 9200 is not open, I will open es first

4668ac2bdb1c47d8ab991f1b6b210e9b

74b317aa9ba7449789b0ed54ade8caa0

netstat -lntup | grep 9* ports are up

2eae4b38ce4d4d8a8ed4a7d8e1198d21

I can't access remotely, the ip is not bound, let me update the configuration

vi kibana.yml

server.host: "192.168.14.66"

elasticsearch.url: "http://192.168.14.66:9200"

running in the background

nohup ./bin/kibana &

kibana status turns green

web page status

http://192.168.209.160:5601/status#?_g=()

0fce36652c134155bba2ae4899c5184b

Add data and custom data sources

http://192.168.209.160:5601/app/kibana#/home

358e0063323d4fdf8a2e5adef971beab

5e4743a0aaa24e8888163cbd314791be

This component also basically belongs to the 0 configuration. Since there is no logstash, the report has no data, so enter the installation of the next component.

video guide

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325980364&siteId=291194637