前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >安装Kibana

安装Kibana

原创
作者头像
HLee
修改于 2021-02-19 03:48:02
修改于 2021-02-19 03:48:02
99900
代码可运行
举报
文章被收录于专栏:房东的猫房东的猫
运行总次数:0
代码可运行

官网地址:https://www.elastic.co/cn/

Linux安装

地址:https://www.elastic.co/cn/downloads/past-releases/kibana-6-7-2

Kibana配置文件参考:https://www.elastic.co/guide/en/kibana/5.x/settings.html

Kibana是ElasticSearch的可视化平台,依赖ElasticSearch,需要优先安装ElasticSearch。

步骤一:修改配置文件(注意ip不能为localhost)

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
server.port: 5601

server.host: "0.0.0.0"

elasticsearch.hosts: ["http://10.1.34.104:9200"]

elasticsearch.username: "demo_user"
elasticsearch.password: "demo_user"

elasticsearch.requestTimeout: 30000

步骤二:启动Kibana

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
[dev@lihuan1-dev.bj1.haodf.net bin]$ sudo sh kibana

备注:后台启动
[dev@search2.es.test.bj1 bin]$ nohup sh kibana &
[1] 6110
代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
log   [07:52:14.157] [info][status][plugin:kibana@6.7.2] Status changed from uninitialized to green - Ready
  log   [07:52:14.215] [info][status][plugin:elasticsearch@6.7.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [07:52:14.218] [info][status][plugin:xpack_main@6.7.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [07:52:14.228] [info][status][plugin:graph@6.7.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [07:52:14.243] [info][status][plugin:monitoring@6.7.2] Status changed from uninitialized to green - Ready
  log   [07:52:14.249] [info][status][plugin:spaces@6.7.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [07:52:14.260] [warning][security] Generating a random key for xpack.security.encryptionKey. To prevent sessions from being invalidated on restart, please set xpack.security.encryptionKey in kibana.yml
  log   [07:52:14.267] [warning][security] Session cookies will be transmitted over insecure connections. This is not recommended.
  log   [07:52:14.283] [info][status][plugin:security@6.7.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [07:52:14.307] [info][status][plugin:searchprofiler@6.7.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [07:52:14.310] [info][status][plugin:ml@6.7.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [07:52:14.385] [info][status][plugin:tilemap@6.7.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [07:52:14.387] [info][status][plugin:watcher@6.7.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [07:52:14.406] [info][status][plugin:grokdebugger@6.7.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [07:52:14.414] [info][status][plugin:dashboard_mode@6.7.2] Status changed from uninitialized to green - Ready
  log   [07:52:14.416] [info][status][plugin:logstash@6.7.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [07:52:14.426] [info][status][plugin:beats_management@6.7.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [07:59:57.335] [info][status][plugin:translations@6.7.2] Status changed from uninitialized to green - Ready
  log   [07:59:57.350] [info][status][plugin:upgrade_assistant@6.7.2] Status changed from uninitialized to green - Ready
  log   [07:59:57.378] [info][status][plugin:uptime@6.7.2] Status changed from uninitialized to green - Ready
  log   [07:59:57.382] [info][status][plugin:oss_telemetry@6.7.2] Status changed from uninitialized to green - Ready
  log   [07:59:57.397] [info][status][plugin:metrics@6.7.2] Status changed from uninitialized to green - Ready
  log   [07:59:57.650] [info][status][plugin:timelion@6.7.2] Status changed from uninitialized to green - Ready
  log   [07:59:58.424] [info][status][plugin:elasticsearch@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.556] [info][license][xpack] Imported license information from Elasticsearch for the [data] cluster: mode: basic | status: active
  log   [07:59:58.564] [info][status][plugin:xpack_main@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.564] [info][status][plugin:graph@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.566] [info][status][plugin:searchprofiler@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.566] [info][status][plugin:ml@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.567] [info][status][plugin:tilemap@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.567] [info][status][plugin:watcher@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.568] [info][status][plugin:grokdebugger@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.568] [info][status][plugin:logstash@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.568] [info][status][plugin:beats_management@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.569] [info][status][plugin:index_management@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.569] [info][status][plugin:index_lifecycle_management@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.570] [info][status][plugin:rollup@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.570] [info][status][plugin:remote_clusters@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.571] [info][status][plugin:cross_cluster_replication@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.571] [info][kibana-monitoring][monitoring-ui] Starting monitoring stats collection
  log   [07:59:58.599] [info][status][plugin:security@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.599] [info][status][plugin:maps@6.7.2] Status changed from yellow to green - Ready
  log   [07:59:58.700] [info][license][xpack] Imported license information from Elasticsearch for the [monitoring] cluster: mode: basic | status: active
  log   [07:59:59.132] [warning][reporting] Generating a random key for xpack.reporting.encryptionKey. To prevent pending reports from failing on restart, please set xpack.reporting.encryptionKey in kibana.yml
  log   [07:59:59.144] [info][status][plugin:reporting@6.7.2] Status changed from uninitialized to green - Ready
  log   [07:59:59.310] [info][listening] Server running at http://10.1.20.134:5601
  log   [07:59:59.337] [info][status][plugin:spaces@6.7.2] Status changed from yellow to green - Ready

步骤三:访问

通过提示,无任何错误表示启动完成。此时通过访问http://localhost:5601

注意:kibana的版本必须与Elasticsearch版本一致

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
暂无评论
推荐阅读
编辑精选文章
换一批
Kibana 基础3
配置 修改 config/kibana.yml 中的 elasticsearch 配置 [root@h101 kibana]# cd kibana-4.3.1-linux-x64/config/ [root@h101 config]# ls kibana.yml [root@h101 config]# grep -v "^#" kibana.yml | grep -v "^$" [root@h101 config]# vim kibana.yml [root@h101 config]# grep -v "
franket
2022/02/10
3240
ELK Stack最新版本测试一安装篇
filebeat1.0.0-rc2  logstash2.0.0-1  elasticsearch2.0.0  kibana4.2
三杯水Plus
2018/11/14
5500
Elastic Stack之 Kibana 6.7.1版本安装
1、截至目前Elasticsearch 版本已经更新到了7.10.1版本了,这里先使用Kibana 6.7.1版本,给一个下载地址,如下所示:
别先生
2021/01/13
7100
elk + filebeat,6.3.2版本简单搭建,实现我们自己的集中式日志系统
  刚从事开发那段时间不习惯输出日志,认为那是无用功,徒增代码量,总认为自己的代码无懈可击;老大的叮嘱、强调也都视为耳旁风,最终导致的结果是我加班排查问题,花的时间还挺长的,要复现问题、排查问题等,幸亏那是公司内部员工用的系统,时间长一点也没什么大问题,但是如果是针对客户的,时间就代表很多东西了,那造成的影响就非常大了。自那以后养成了输出日志的习惯。
青石路
2018/09/10
1.4K0
elk + filebeat,6.3.2版本简单搭建,实现我们自己的集中式日志系统
Elasticsearch 5.x 安装X-Pack
x-pack是elasticsearch的一个扩展包,将安全,警告,监视,图形和报告功能捆绑在一个易于安装的软件包中,也是官方推荐的。
程裕强
2022/05/06
7150
Elasticsearch 5.x 安装X-Pack
可视化kibana搭建
安装包下载 注意elasticsearch版本应与kibana版本一致,否则error # 1.上传服务器解压 [root@summer opt]# tar xvf kibana-6.3.1-linux-x86_64.tar.gz # 2.修改配置文件 配置文件路径 kibana-6.3.1-linux-x86_64/config/kibana.yml 主要修改点 server.host: "192.168.0.9" elasticsearch.url: "http://192.168.0.9:2
summerking
2022/09/19
3190
可视化kibana搭建
ElasticStack的入门学习
1、Elasticsearch 6.x版本的安装,我这里使用Elasticsearch 6.7.0版本的。
别先生
2019/10/29
6540
ElasticStack的入门学习
error [03:10:02.393] [warning][process] Error: Request Timeout after 30000ms
2.2、调整/data/elasticsearch-7.2.1/config/jvm.options的jvm参数。将内存调大,如下所示:
别先生
2021/08/19
1.8K0
ES、Kibana 的安装
ELK是三个开源软件的缩写,分别表示:Elasticsearch , Logstash, Kibana , 它们都是开源软件。新增了一个FileBeat,它是一个轻量级的日志收集处理工具(Agent),Filebeat占用资源少,适合于在各个服务器上搜集日志后传输给Logstash,官方也推荐此工具。
后端码匠
2021/08/21
7320
ELK5.0安装教程
ELK升级后,安装稍微发生了点变化,在Elasticsearch中增加了很多资源上的限制,其他的倒是没什么变化。不过所有的安装都是基于JDK已经安装完的情况,且为1.8版本。 安装Elasticsearch 在官网下载elsaticsearch安装包: 下载地址 下载对应版本拷贝到服务器,然后执行下面命令解压缩: tar -zxvf elasticsearch-5.2.2.tar.gz 解压后进入对应的目录,修改配置文件: cluster.name: page-cluster node.name:
用户1154259
2018/01/17
9150
【docker】使用docker安装部署elasticsearch+Kibana
Elasticsearch 是一个分布式、RESTful 风格的搜索和数据分析引擎,能够解决不断涌现出的各种用例。作为 Elastic Stack 的核心,它集中存储您的数据,帮助您发现意料之中以及意料之外的情况。
宝耶需努力
2022/12/13
3.9K0
【docker】使用docker安装部署elasticsearch+Kibana
elk6.x 安装x-pack
参考: https://discuss.elastic.co/t/logstash-with-x-pack/90230 https://www.cnblogs.com/liang1101/p/8509978.html 也可以关闭xpack的monitoring检测 在logstash.yml中添加
日薪月亿
2019/05/14
1.6K0
elk6.x 安装x-pack
ElasticSearch 6.x 学习笔记:3.Kibana插件
注意,ElasticSearch版本是6.1.1,kibana的版本必须对应,所以,此处下载kibana-6.1.1-linux-x86_64.tar.gz
程裕强
2022/05/06
4850
ElasticSearch 6.x 学习笔记:3.Kibana插件
部署 Kubernetes 集群日志插件 Fluentd、Elasticsearch、Kibana
哎_小羊
2018/01/02
7.5K0
部署 Kubernetes 集群日志插件 Fluentd、Elasticsearch、Kibana
12-部署EFK插件
配置和安装 EFK 官方文件目录:cluster/addons/fluentd-elasticsearch $ ls *.yaml es-controller.yaml es-service.yaml fluentd-es-ds.yaml kibana-controller.yaml kibana-service.yaml efk-rbac.yaml 同样EFK服务也需要一个efk-rbac.yaml文件,配置serviceaccount为efk。 已经修改好的 yaml 文件见:EFK 配置 es
程序员同行者
2018/07/03
1K0
通过ELK快速搭建集中化日志平台
在项目初期的时候,大家都是赶着上线,一般来说对日志没有过多的考虑,当然日志量也不大,所以用log4net就够了,随着应用的越来越多,日志散落在各个服务器的logs文件夹下,确实有点不大方便,这个时候就想到了,在log4net中配置 mysql的数据源,不过这里面有一个坑,熟悉log4net的同学知道写入mysql有一个batch的阈值,比如说batchcache中有100条,才写入mysql,这样的话,就有一个延迟的效果,而且如果batchcache中不满100条的话,你在mysql中是看不到最新的100条日志。而且采用中心化的mysql,涉及到tcp传输,其中的性能大家也应该明白,而且mysql没有一个好的日志界面,只能自己去写UI,所以还还得继续寻找其他的解决方案,也就是本篇的ELK。
星哥玩云
2022/07/19
6752
通过ELK快速搭建集中化日志平台
Elasticsearch 5.x +Kibana 5.x 安装与配置
因为版本的问题,最新的版本安全级别提高了,不允许采用root帐号启动,所以我们要添加一个用户。
程裕强
2022/05/06
1.1K0
ELK 搭建4
安装kibana 准确来说,只用解压就可以了 [root@h102 ELK]# ls elasticsearch-2.1.1.rpm GPG-KEY-elasticsearch kibana-4.3.1-linux-x64.tar.gz logstash-2.1.1-1.noarch.rpm [root@h102 ELK]# tar -zxvf kibana-4.3.1-linux-x64.tar.gz kibana-4.3.1-linux-x64/ kibana-4.3.1-linux-x64/b
franket
2022/02/11
2660
ElasticSearch 6.x 学习笔记:elasticsearch+logstash+kibana 6.1.1
https://www.elastic.co/downloads/past-releases/logstash-6-1-1
程裕强
2022/05/06
2710
kibana从入门到精通-Kibana安装
Kibana 是一款开源的数据分析和可视化平台,它是 Elastic Stack 成员之一,设计用于和 Elasticsearch 协作。您可以使用 Kibana 对 Elasticsearch 索引中的数据进行搜索、查看、交互操作。您可以很方便的利用图表、表格及地图对数据进行多元化的分析和呈现。
jack.yang
2025/04/05
1610
kibana从入门到精通-Kibana安装
相关推荐
Kibana 基础3
更多 >
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档
本文部分代码块支持一键运行,欢迎体验
本文部分代码块支持一键运行,欢迎体验