当前位置:网站首页>Kibana installation and configuration
Kibana installation and configuration
2022-07-05 01:22:00 【Fisher3652】
Catalog
1. Download installation package
- Download address https://www.elastic.co/cn/downloads/past-releases#kibana
- Choose here 7.14.0,linux86 Bit version

2. Upload to server

- decompression
tar -zxvf kibana-7.14.0-linux-x86_64.tar.gz

3. Create user
- Because I was installing elasticsearch when , User has been created elk, No more creation here , You can refer to Elasticsearch Installation and configuration , Also cannot be used root User start kibana
4. To configure
- Modify the configuration file
/kibana-7.14.0-linux-x86_64/config/kibana.yml

- Mainly modify the local address and es Address
server.host: "192.168.42.111"
elasticsearch.hosts: ["http://192.168.42.111:9200"]

5. Start the service
- function /kibana-7.14.0-linux-x86_64/bin Under the kibana
./bin/kibana
- http://192.168.42.111:5601/app/kibana


- Check the port
#-t (tcp) Show only tcp Related options
#-u (udp) Show only udp Related options
#-n Reject alias , Can display all the numbers into numbers .
#-l List only what is in Listen ( monitor ) Service status of
#-p Show the name of the program that established the relevant link
netstat -tunlp|grep 5601
- because kibana It's using node.js Written , So we need to grep node
ps -ef|grep node

边栏推荐
- Discrete mathematics: Main Normal Form (main disjunctive normal form, main conjunctive normal form)
- BGP comprehensive experiment
- Robley's global and Chinese markets 2022-2028: technology, participants, trends, market size and share Research Report
- How to safely eat apples on the edge of a cliff? Deepmind & openai gives the answer of 3D security reinforcement learning
- 107. Some details of SAP ui5 overflow toolbar container control and resize event processing
- 【海浪建模2】三维海浪建模以及海浪发电机建模matlab仿真
- Database postragesq BSD authentication
- Daily question brushing record (13)
- [wave modeling 2] three dimensional wave modeling and wave generator modeling matlab simulation
- Apifox (postman + swagger + mock + JMeter), an artifact of full stack development and efficiency improvement
猜你喜欢
![Yyds dry goods inventory [Gan Di's one week summary: the most complete and detailed in the whole network]; detailed explanation of MySQL index data structure and index optimization; remember collectio](/img/e8/de158982788fc5bc42f842b07ff9a8.jpg)
Yyds dry goods inventory [Gan Di's one week summary: the most complete and detailed in the whole network]; detailed explanation of MySQL index data structure and index optimization; remember collectio

Basic operation of database and table ----- the concept of index

增量备份 ?db full

微信小程序;胡言乱语生成器

Roads and routes -- dfs+topsort+dijkstra+ mapping

多模输入事件分发机制详解
![[untitled]](/img/d1/85550f58ce47e3609abe838b58c79e.jpg)
[untitled]

College degree, what about 33 year old Baoma? I still sell and test, and my monthly income is 13K+

Daily question brushing record (13)

【纯音听力测试】基于MATLAB的纯音听力测试系统
随机推荐
Global and Chinese markets of emergency rescue vessels (errv) 2022-2028: Research Report on technology, participants, trends, market size and share
Playwright recording
如果消费互联网比喻成「湖泊」的话,产业互联网则是广阔的「海洋」
Maximum number of "balloons"
Armv8-a programming guide MMU (3)
Global and Chinese market of network connected IC card smart water meters 2022-2028: Research Report on technology, participants, trends, market size and share
【海浪建模2】三维海浪建模以及海浪发电机建模matlab仿真
Database postragesql client connection default
19. Delete the penultimate node of the linked list
Pandora IOT development board learning (RT thread) - Experiment 4 buzzer + motor experiment [key external interrupt] (learning notes)
Introduction to the gtid mode of MySQL master-slave replication
Compare whether two lists are equal
After reading the average code written by Microsoft God, I realized that I was still too young
Digital DP template
Basic operations of database and table ----- delete index
User login function: simple but difficult
To sort out messy header files, I use include what you use
Expansion operator: the family is so separated
142. Circular linked list II
Introduction to redis (1)