1. Scenario description

Kibana is a new platform for visualization, analysis and management of ElasticSearch.

2. Solutions

2.1 download

(1) address: www.elastic.co/cn/download…

(2) Download completed, more than 200 MEgabytes

2.2 Decompression and Configuration

Tar -zxvf kibana-7.6.2-linux-x86_64.tar.gz CD kibana-7.6.2-linux-x86_64/config cp Kibana.yml kibana.yml.0410 vi Port: 5601 server.host: "0.0.0.0" elasticSearch. hosts: [" http://192.168.85.158:9200 "] elasticsearch. RequestTimeout: 90000 i18n. Locale: "useful - CN" : wqCopy the code

Note, the official website provides a Chinese interface:

i18n.locale: "zh-CN"
Copy the code

2.3 Startup and Verification

2.3.1 start
CD kibana-7.6.2-linux-x86_64/bin nohup./kibana &Copy the code
If you think the article is helpful to you, welcome to wechat search "software Lao Wang" for the first time to read or communicate!Copy the code
2.3.2 validation

Address: http://10.66.211.15:5601/

2.3.3 RestAPI Test Operations

(1) Interface

(2) Operation command

PUT/laowangt1 _doc / 1 {" name ":" lw ", "title" : "Lao wang 18", "age" : 18. "Created" : "2018-12-25"} PUT/laowangt1 _doc / 2 {" name ":" lw ", "title" : "Lao wang 2", "age" : 2, "created":"2018-12-25" } GET /laowangt1/_doc/1 GET /laowangt1/_doc/2Copy the code

(3) Here you can see the total

The rest of the click to see, the Chinese interface to explore their own try.


More knowledge, please pay attention to the public number: “software Lao Wang”, IT technology and related dry goods to share, reply keywords to obtain the corresponding dry goods, Java, send 10 copies of the “martial arts secrets”; Pictures, more than 1 million commercially available hd pictures; Interview, send just graduated can monthly salary “20K” Java interview questions.