当前位置:网站首页>Kibana - installation and configuration of kibana
Kibana - installation and configuration of kibana
2022-07-03 11:37:00 【Fly link】
One 、 matters needing attention :
1. Kibana Is and ElasticSearch Used in combination with , During installation, try to ensure Kibana and ElasticSearch Consistent versions of
2. ElasticSearch and java The installation tutorial of is here => Elastic and JDK Installation tutorial for
Two 、Kibana Installation
1. Upload the compressed package to /export/server/ Under the table of contents 
2. Decompress the package
tar -zxvf kibana-7.6.0-linux-x86_64.tar.gz
3. Delete compressed package
rm -rf kibana-7.6.0-linux-x86_64.tar.gz
4. Rename folder
mv kibana-7.6.0-linux-x86_64/ kibana
3、 ... and 、Kibana Configuration of
vim /export/server/kibana/config/kibana.yml
#####----- Kibana relevant -----#####
# The port that provides the service , The default is 5601
server.port: 5601
# The host address , It can be ip、 Host name
server.host: "192.168.10.101"
# Run behind the agent , You can specify the installation kibana The path of
# Use server.rewriteBasePath Settings tell kibana Whether to delete basePath Received requests , And prevent outdated warnings at startup
# This setting cannot end with a slash
# server.basePath: ""
# Appoint kibana Whether it should be rewritten to server.bashPath Request with prefix , Or ask them to be overridden by a reverse proxy , The default is false
# server.rewriteBasePath: false
# Maximum payload size of incoming server request , In bytes , Default 1048576
#server.maxPayloadBytes: 1048576
# The kibana Name of service , Default your-hostname
server.name: kibana-server
#####----- ElasticSearch relevant -----#####
# kibana visit es Server's URL, There can be multiple , By comma "," separate
elasticsearch.hosts: ["http://192.168.10.101:9200"]
# When this value is true when ,kibana Use server.host Set the host name
# When this value is false yes ,kibana Use connections kibana The hostname of the instance
# The default is true
#elasticsearch.preserveHost: true
# kibana Use ElasticSearch To store saved searches , Visualization and dashboard
# If it does not exist on the index ,kibana A new index will be created
# Default .kibana
#kibana.index: ".kibana"
# Default application loaded
#kibana.defaultAppId: "home"
# kibana visit elasticsearch Your account number and password ( If elasticsearch If it's set up )
#elasticsearch.username: "kibana"
#elasticsearch.password: "pass"
# from kibana Whether server to browser outgoing requests are enabled SSL
# Set to true when , need server.ssl.certificate and server.ssl.key
#server.ssl.enabled: false
#server.ssl.certificate: /path/to/your/server.crt
#server.ssl.key: /path/to/your/server.key
# from kibana To elasticsearch Enable ssl after ,ssl.certificate and ssl.key The location of
#elasticsearch.ssl.certificate: /path/to/your/client.crt
#elasticsearch.ssl.key: /path/to/your/client.key
# PEM Path list of files
#elasticsearch.ssl.certificateAuthorities: [ "/path/to/your/CA.pem" ]
# control ElasticSearch Certificate validation provided
# Valid values are none,certificate and ,full
#elasticsearch.ssl.verificationMode: full
# ElasticSearch Server response ping Time for , Company ms
#elasticsearch.pingTimeout: 1500
# ElasticSearch Response time of , Company ms
#elasticsearch.requestTimeout: 30000
# Kibana Client sent to ElasticSearch List of headers
# If the client header is not sent , Please set this value to null
#elasticsearch.requestHeadersWhitelist: [ authorization ]
# Kibana The client sends to ElasticSearch Title name and value of
#elasticsearch.customHeaders: {}
# ElasticSearch Time to wait for fragment response
#elasticsearch.shardTimeout: 30000
# Kibana Wait at startup ElasticSearch Time for , Company ms, And then try again
#elasticsearch.startupTimeout: 5000
# The record is sent to ElasticSearch Query for
#elasticsearch.logQueries: false
# Service pid File path , Default /var/run/kibana.pid
#pid.file: /var/run/kibana.pid
#####----- Log correlation -----#####
# Kibana Log file storage path , Default stdout
#logging.dest: stdout
# This value is true when , Disable all logging output
# The default is false
#logging.silent: false
# This value is true when , Disable all logging output except error messages
# The default is false
#logging.quiet: false
# This value is true when , Record all events , Including system usage information and all requests
# Default false
#logging.verbose: false
#####----- other -----#####
# System and process sampling interval , Company ms, minimum value 100ms
# Default 5000ms
#ops.interval: 5000
# Kibana web Language
# Default en
#i18n.locale: "en"
Four 、Kibana Start of
1. Switch non root user
su es
2. Modify user rights
chown -R es:es /export/server/kibana/
3. start-up ElasticSearch service
/export/server/elasticsearch/bin/elasticsearch -d
4. start-up Kibana service
# The front desk starts
/export/server/kibana/bin/kibana
# Background start
# nohup /export/server/kibana/bin/kibana &
5. Successful launch

边栏推荐
- Excel quick cross table copy and paste
- Multi dimensional monitoring: the data base of intelligent monitoring
- Application of high-precision indoor positioning technology in safety management of smart factory
- Kubernetes 三打探针及探针方式
- After a month, I finally got Kingdee offer! Share tetrahedral Sutra + review materials
- MATLAB extrait les données numériques d'un fichier txt irrégulier (simple et pratique)
- Web安全总结
- CSRF
- Excel表格转到Word中,表格不超边缘纸张范围
- [VTK] vtkPolydataToImageStencil 源码解读
猜你喜欢

Driver development based on I2C protocol

Google Earth engine (GEE) - ghsl global population grid dataset 250 meter resolution

Numpy np. Max and np Maximum implements the relu function

PHP server interacts with redis with a large number of close_ Wait analysis

MATLAB提取不规则txt文件中的数值数据(简单且实用)

C语言 AES加解密

Gut | Yu Jun group of the Chinese University of Hong Kong revealed that smoking changes intestinal flora and promotes colorectal cancer (do not smoke)

DS90UB949

【学习笔记】dp 状态与转移

Solve undefined reference to`__ aeabi_ Uidivmod 'and undefined reference to`__ aeabi_ Uidiv 'error
随机推荐
ORACLE进阶(一) 通过EXPDP IMPDP命令实现导dmp
Technical experts from large factories: how can engineers improve their communication skills?
AOSP ~ NTP ( 网络时间协议 )
Empire CMS no thumbnail smart tag (e:loop) two ways to judge whether there is a titlepic
Qt+VTK+OCCT读取IGES/STEP模型
Function details of CorelDRAW graphics suite 2022
按键切换:按F1-F12都需要按Fn
R language uses grid of gridextra package The array function combines multiple visual images of the lattice package horizontally, and the ncol parameter defines the number of columns of the combined g
Abandon the Internet after 00: don't want to enter a big factory after graduation, but go to the most fashionable Web3
Xml的(DTD,xml解析,xml建模)
Incremental database backup - DB incr DB full
用了这么久线程池,你真的知道如何合理配置线程数吗?
00后抛弃互联网: 毕业不想进大厂,要去搞最潮Web3
This article explains the complex relationship between MCU, arm, MCU, DSP, FPGA and embedded system
进程与线程
Modular programming of single chip microcomputer
Touch and screen automatic rotation debugging
Programmers' entrepreneurial trap: taking private jobs
Using onvif protocol to operate the device
asyncio 警告 DeprecationWarning: There is no current event loop