「Kibana」- 安装 @20210227

博客介绍了Kibana的安装与配置。安装可参考官方手册「Installing Kibana」,其中详细介绍了各平台及不同包的安装方法,还提及了Debian 8.2和Kibana 6.5.0、CentOS 7.4和Kibana 7.5.1的相关情况,配置部分给出了参考文献。

安装

安装参考官方手册「Installing Kibana」,已经非常详细了,介绍了各个平台的安装方法,以及各种包的安装方式。

Debian 8.2 and Kibana 6.5.0

#!/bin/sh

# 前几步在进行Elasticsearch 6.50的安装时已经进行过了
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
apt-get install apt-transport-https
echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | tee -a /etc/apt/sources.list.d/elastic-6.x.list
apt-get update

# 安装Kibana 6.5.0
apt-get install kibana=6.5.0

CentOS 7.4 and Kibana 7.5.1

#!/bin/sh

rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
cat > /etc/yum.repos.d/kibana.repo <<EOF
[kibana-7.x]
name=Kibana repository for 7.x packages
baseurl=https://artifacts.elastic.co/packages/7.x/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=1
autorefresh=1
type=rpm-md
EOF

yum install kibana

配置

# grep -v -E '#|^$' /etc/kibana/kibana.yml
server.port: 5601
server.host: "0.0.0.0"
elasticsearch.url: "http://10.10.50.220:9200"
elasticsearch.username: "user"
elasticsearch.password: "dfws.2018"

参考文献

How to bind Kibana to multiple host names / IPs

FATAL Error: Cannot find module '../series_functions/undefined' Require stack: - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\node_modules\@kbn\vis-type-timelion-plugin\server\lib\load_functions.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\node_modules\@kbn\vis-type-timelion-plugin\server\plugin.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\node_modules\@kbn\vis-type-timelion-plugin\server\index.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\node_modules\@kbn\core-plugins-server-internal\src\plugin.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\node_modules\@kbn\core-plugins-server-internal\src\discovery\plugins_discovery.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\node_modules\@kbn\core-plugins-server-internal\src\discovery\index.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\node_modules\@kbn\core-plugins-server-internal\src\plugins_service.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\node_modules\@kbn\core-plugins-server-internal\src\index.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\node_modules\@kbn\core-plugins-server-internal\index.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\node_modules\@kbn\core-root-server-internal\src\server.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\node_modules\@kbn\core-root-server-internal\src\index.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\node_modules\@kbn\core-root-server-internal\index.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\node_modules\@kbn\core\server\index.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\src\cli\serve\serve.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\src\cli\cli.js - D:\kibana-9.1.5-windows-x86_64\kibana-9.1.5\src\cli\dist.js
最新发布
10-18
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值