当前位置:网站首页>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

边栏推荐
- Unique in the industry! Fada electronic contract is on the list of 36 krypton hard core technology enterprises
- ASP. Net hotel management system
- 如何成为一名高级数字 IC 设计工程师(1-5)Verilog 编码语法篇:操作数
- Encapsulate a koa distributed locking middleware to solve the problem of idempotent or repeated requests
- Technical experts from large factories: how can engineers improve their communication skills?
- 2022 northeast four provinces match VP record / supplementary questions
- 并发编程-单例
- Multi dimensional monitoring: the data base of intelligent monitoring
- How PHP solves the problem of high concurrency
- Execute kubectl on Tencent cloud container service node
猜你喜欢

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

AI模型看看视频,就学会了玩《我的世界》:砍树、造箱子、制作石镐样样不差...

STL教程9-容器元素深拷贝和浅拷贝问题

Application of high-precision indoor positioning technology in safety management of smart factory

LeetCode 46:全排列

Excel quick cross table copy and paste

How should intermediate software designers prepare for the soft test

FL Studio 20无限试用版水果编曲下载

2022 东北四省赛 VP记录/补题

Unique in the industry! Fada electronic contract is on the list of 36 krypton hard core technology enterprises
随机推荐
R语言使用gridExtra包的grid.arrange函数将ggplot2包的多个可视化图像横向组合起来,ncol参数自定义组合图列数、nrow参数自定义组合图行数
Numpy np. Max and np Maximum implements the relu function
How to become a senior digital IC Design Engineer (1-2) Verilog coding syntax: Verilog 1995, 2001, 2005 standards
How to get started embedded future development direction of embedded
R语言使用aggregate函数计算dataframe数据分组聚合的均值(sum)、不设置na.rm计算的结果、如果分组中包含缺失值NA则计算结果也为NA
R language uses data The table package performs data aggregation statistics, calculates window statistics, calculates the median of sliding groups, and merges the generated statistical data into the o
How to become a senior digital IC Design Engineer (1-3) Verilog coding syntax: Verilog behavior level, register transfer level, gate level (abstract level)
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
用了这么久线程池,你真的知道如何合理配置线程数吗?
Kibana~Kibana的安装和配置
Some common terms
Balance between picture performance of unity mobile game performance optimization spectrum and GPU pressure
银泰百货点燃城市“夜经济”
基于turtlebot3实现SLAM建图及自主导航仿真
Xml的(DTD,xml解析,xml建模)
Empire CMS no thumbnail smart tag (e:loop) two ways to judge whether there is a titlepic
How should intermediate software designers prepare for the soft test
Modular programming of single chip microcomputer
How to: configure ClickOnce trust prompt behavior
如何成为一名高级数字 IC 设计工程师(1-3)Verilog 编码语法篇:Verilog 行为级、寄存器传输级、门级(抽象级别)