Install kibana manually

本文详细介绍了如何下载、解压、配置并启动Kibana,以确保其与Elasticsearch实例匹配,并能从其他客户端或服务器连接。关键步骤包括下载相同版本的Kibana包,更新配置文件中的端口和主机设置,以及使用netstat命令查找Kibana进程ID。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Step 1: Download

Download the Kibana package from:
https://www.elastic.co/download/kibana

Please note:

  1. For kibana package, we need to download the same version with the ES instance which we want to connect.
    e.g.
    if we are using es 7.6.2 , we should download the kibana 7.6.2

  2. For linux server, we don’t need jdk to startup kibana, it’s written by nodejs…



Step 2: unzip the package and rename

tar -xf kibana-7.6.2-linux-x86_64.tar.gz
mv kibana-7.6.2-linux-x86_64 kibana



Step 3: update the configuration file

cd kibana
vi ./config/kibana.yml
  1. uncomment server.port: 5601
  2. uncomment server.host: “localhost” and change it to server.host: “0.0.0.0”, otherwise we cannot connect it from another client/server.
  3. uncomment and update the es host : elasticsearch.hosts: [“http://xxxxxxx:9200”]


Step 4: startup kibana

nohup ./bin/kibana&



How to get the process id of kibana.

due to kibana is written by nodejs, below command will not work

ps -ef | grep kibana

but we know it’s port number is 5601
so we could use netstat command to get the process id which is using port 5601

netstat -tunlp|grep 5601
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

nvd11

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值