Kibana在信创环境中适配(单节点es)

1、下载

下载和es相同版本的kibana安装包

地址:https://www.elastic.co/cn/downloads/past-releases/

2、解压

tar -zxvf  kibana-7.17.0-linux-aarch64.tar.gz

3、修改配置文件

 vim kibana.yml

# Kibana is served by a back end server. This setting specifies the port to use.
server.port: 5601

# Specifies the address to which the Kibana server will bind. IP addresses and host names are both valid values.
# The default is 'localhost', which usually means remote machines will not be able to connect.
# To allow connections from remote users, set this parameter to a non-loopback address.
server.host: "192.168.0.131"
elasticsearch.hosts: ["http://192.168.0.131:9200/"]
# Enables you to specify a path to mount Kibana at if you are running behind a proxy.
# Use the `server.rewriteBasePath` setting to tell Kibana if it should remove the basePath
# from requests it receives, and to prevent a deprecation warning at startup.
# This setting cannot end in a slash.
#server.basePath: ""

设置中文

4、启动
cd  /data1/kibana-7.17.0-linux-aarch64/bin
./bin/kibana --allow-root
后台启动(如果报错请用上一条) nohup bin/kibana &
5、访问

http://IP:5601/status

6、重启

fuser -n tcp 5601

kill -9 进程IP

  • 7
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值